summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2021-12-19 00:10:23 +0300
committerTom Rini <trini@konsulko.com>2022-01-08 19:16:03 +0300
commit353aa7b06fc30593095c909ea10b05ad045c6570 (patch)
tree51fe098e5d3768ef0064c54bce6881f56b1810b7 /configs
parentc280ec210f31429bfdefa0eb3b211f12002c539b (diff)
downloadu-boot-353aa7b06fc30593095c909ea10b05ad045c6570.tar.xz
udoo: Adjust the SD card device numbering
After the conversion to DM the SD card shows up as 'mmc 2' device. Adjust the 'mmcdev' and the distro command 'func' accordingly. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/udoo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/udoo_defconfig b/configs/udoo_defconfig
index 8e1bba1120..284ea05884 100644
--- a/configs/udoo_defconfig
+++ b/configs/udoo_defconfig
@@ -35,6 +35,7 @@ CONFIG_OF_CONTROL=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+CONFIG_SYS_MMC_ENV_DEV=2
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_DM=y
CONFIG_BOUNCE_BUFFER=y