[U-Boot] [PATCH] rockchip: rk3288: update the mmc number for fastboot

Kever Yang kever.yang at rock-chips.com
Thu Jul 27 11:47:59 UTC 2017


The emmc number is 0, correct it for fastboot parameter.

Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---

 include/configs/rk3288_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index 488d679..4489323 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -66,7 +66,7 @@
 #define CONFIG_CMD_FASTBOOT
 #define CONFIG_USB_FUNCTION_FASTBOOT
 #define CONFIG_FASTBOOT_FLASH
-#define CONFIG_FASTBOOT_FLASH_MMC_DEV	1	/* eMMC */
+#define CONFIG_FASTBOOT_FLASH_MMC_DEV	0	/* eMMC */
 #define CONFIG_FASTBOOT_BUF_ADDR	CONFIG_SYS_LOAD_ADDR
 #define CONFIG_FASTBOOT_BUF_SIZE	0x08000000
 
-- 
1.9.1



More information about the U-Boot mailing list