[PATCH u-boot-marvell 3/8] arm: mvebu: turris_omnia: Enable ENV support in SPL
Pali Rohár
pali at kernel.org
Wed Mar 2 12:47:53 CET 2022
Allow to read ENV variables also in SPL on Turris Omnia.
Signed-off-by: Pali Rohár <pali at kernel.org>
---
configs/turris_omnia_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index 280dd55f001b..9f633583022c 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -37,6 +37,7 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_MISC_INIT_R=y
CONFIG_SPL_BOARD_INIT=y
+CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_I2C=y
CONFIG_CMD_MEMTEST=y
CONFIG_SYS_ALT_MEMTEST=y
--
2.20.1
More information about the U-Boot
mailing list