summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2021-12-21 15:32:47 +0300
committerTom Rini <trini@konsulko.com>2022-01-07 17:30:44 +0300
commit2bbe1ba0c712c3eb1670952efa3351f501959eb3 (patch)
treef48f935ae34326aac2fa59716b2ce7df899d0a04 /configs
parent4be9947edf68650db0c68d7c212f98a7cd1dfbdd (diff)
downloadu-boot-2bbe1ba0c712c3eb1670952efa3351f501959eb3.tar.xz
udoo_neo: Fixes for booting from the mSD card
This fixes booting from the mSD card from both SPL and when using it for the OS booting. It also cleans up a few mmc booting bits that are no longer needed. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/udoo_neo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/udoo_neo_defconfig b/configs/udoo_neo_defconfig
index b2a3e9be4c..f01d2e22e9 100644
--- a/configs/udoo_neo_defconfig
+++ b/configs/udoo_neo_defconfig
@@ -35,6 +35,7 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_OF_CONTROL=y
CONFIG_ENV_OVERWRITE=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+CONFIG_SYS_MMC_ENV_DEV=1
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_BOUNCE_BUFFER=y
CONFIG_SYS_I2C_LEGACY=y