
4 Jul
2018
4 Jul
'18
9:41 p.m.
Keeping SD-Card as priority for easy board recovery
Signed-off-by: Alberto Panizzo alberto@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