]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT
authorTom Rini <trini@konsulko.com>
Wed, 26 Jul 2017 17:11:36 +0000 (13:11 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 31 Jul 2017 15:22:56 +0000 (11:22 -0400)
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 <afd@ti.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/am335x_hs_evm_defconfig

index 2b1acb70d18fc6d1d940dc283c2a06a97afc65f9..ffdbe75855735df6d7f8a0b78039c1a5ad8a831e 100644 (file)
@@ -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