[U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card
Lukasz Majewski
lukma at denx.de
Wed Jul 25 22:25:52 UTC 2018
This commit allows by default booting Odroid XU3 from the SD card (when
e.g. eMMC module is not present).
Signed-off-by: Lukasz Majewski <lukma at denx.de>
---
include/configs/odroid_xu3.h | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index f495f6219ba9..818a06515cb2 100644
--- a/include/configs/odroid_xu3.h
+++ b/include/configs/odroid_xu3.h
@@ -94,6 +94,9 @@
#undef CONFIG_SYS_BOARD
#define CONFIG_SYS_BOARD "odroid"
+#undef CONFIG_SYS_MMC_ENV_DEV
+#define CONFIG_SYS_MMC_ENV_DEV 2
+
/* Define new extra env settings, including DFU settings */
#undef CONFIG_EXTRA_ENV_SETTINGS
#define CONFIG_EXTRA_ENV_SETTINGS \
@@ -105,8 +108,8 @@
"console=" CONFIG_DEFAULT_CONSOLE "\0"\
"fdtfile=exynos5422-odroidxu3.dtb\0" \
"boardname=odroidxu3\0" \
- "mmcbootdev=0\0" \
- "mmcrootdev=0\0" \
+ "mmcbootdev=2\0" \
+ "mmcrootdev=1\0" \
"mmcbootpart=1\0" \
"mmcrootpart=2\0" \
"dfu_alt_system="CONFIG_DFU_ALT_SYSTEM \
--
2.11.0
More information about the U-Boot
mailing list