summaryrefslogtreecommitdiff
path: root/configs/odroid_defconfig
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2020-01-17 16:02:44 +0300
committerMinkyu Kang <mk7.kang@samsung.com>2020-01-28 03:54:05 +0300
commit86c88711082b9fb4da5f7eb0b80d5604c283f0c5 (patch)
treecf75818ec9dc87be33ecb2acaaa11d911ba5523e /configs/odroid_defconfig
parentda63b5da61318a2ea8a84a41f2e49eb24f8a3759 (diff)
downloadu-boot-86c88711082b9fb4da5f7eb0b80d5604c283f0c5.tar.xz
arm: exynos: Read default MMC device from XOM[7:5] pins
XOM pins provide information for iROM bootloader about the boot device. Those pins are mapped to lower bits of OP_MODE register (0x10000008), which is common for all Exynos SoC variants. Set the default MMC device id to reflect the boot device selected by XOM[7:5] pins (2 for the SD or 0 for the eMMC). Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'configs/odroid_defconfig')
-rw-r--r--configs/odroid_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig
index be914e4caf..e4392e477e 100644
--- a/configs/odroid_defconfig
+++ b/configs/odroid_defconfig
@@ -17,6 +17,7 @@ CONFIG_BOOTARGS="Please use defined boot"
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_MISC_INIT_R=y
+CONFIG_BOARD_LATE_INIT=y
CONFIG_BOARD_TYPES=y
CONFIG_SYS_PROMPT="Odroid # "
# CONFIG_CMD_XIMG is not set