From 2bbe1ba0c712c3eb1670952efa3351f501959eb3 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 21 Dec 2021 12:32:47 +0000 Subject: 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 Reviewed-by: Fabio Estevam --- configs/udoo_neo_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') 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 -- cgit v1.2.3