[U-Boot] [PATCH 4/5] rk3288: vyasa: Allow booting from internal eMMC

Alberto Panizzo alberto at amarulasolutions.com
Wed Jul 4 19:41:26 UTC 2018


Keeping SD-Card as priority for easy board recovery

Signed-off-by: Alberto Panizzo <alberto at amarulasolutions.com>
---
 include/configs/vyasa-rk3288.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/vyasa-rk3288.h b/include/configs/vyasa-rk3288.h
index 382fdac..4114bf0 100644
--- a/include/configs/vyasa-rk3288.h
+++ b/include/configs/vyasa-rk3288.h
@@ -15,6 +15,7 @@
 
 #define BOOT_TARGET_DEVICES(func) \
 	func(MMC, mmc, 1) \
+	func(MMC, mmc, 0)
 
 #define CONFIG_SYS_MMC_ENV_DEV 1
 #undef CONFIG_CMD_USB_MASS_STORAGE
-- 
2.7.4



More information about the U-Boot mailing list