From: Tom Rini Date: Wed, 26 Jul 2017 17:11:36 +0000 (-0400) Subject: am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT X-Git-Tag: v2017.09-rc1~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3c7be0c91a1e03d12a068c275dc0fbf863b5acbe;p=u-boot am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT The main uses of CONFIG_SPL_ENV_SUPPORT are for network support and for disabling "Falcon Mode" support at run-time. As this build enables neither, remove this feature. Cc: Andrew F. Davis Signed-off-by: Tom Rini Reviewed-by: Lokesh Vutla Reviewed-by: Simon Glass --- diff --git a/configs/am335x_hs_evm_defconfig b/configs/am335x_hs_evm_defconfig index 2b1acb70d1..ffdbe75855 100644 --- a/configs/am335x_hs_evm_defconfig +++ b/configs/am335x_hs_evm_defconfig @@ -18,6 +18,7 @@ CONFIG_VERSION_VARIABLE=y CONFIG_ARCH_MISC_INIT=y CONFIG_SPL=y CONFIG_SPL_STACK_R=y +# CONFIG_SPL_ENV_SUPPORT is not set # CONFIG_SPL_EXT_SUPPORT is not set CONFIG_SPL_MTD_SUPPORT=y # CONFIG_SPL_YMODEM_SUPPORT is not set