瀏覽代碼

imx: ventana: fix hwconfig

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Tim Harvey 8 年之前
父節點
當前提交
db1964cad7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      board/gateworks/gw_ventana/gw_ventana.c

+ 1 - 1
board/gateworks/gw_ventana/gw_ventana.c

@@ -739,7 +739,7 @@ int misc_init_r(void)
 
 	/* Set a non-initialized hwconfig based on board configuration */
 	if (!strcmp(getenv("hwconfig"), "_UNKNOWN_")) {
-		sprintf(buf, "hwconfig=");
+		buf[0] = 0;
 		if (gpio_cfg[board_type].rs232_en)
 			strcat(buf, "rs232;");
 		for (i = 0; i < gpio_cfg[board_type].dio_num; i++) {