diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:37 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:09 -0400 |
commit | 75eba2c45e2f15b63bcffade687088fbcec4129c (patch) | |
tree | bf8dc4a46e3a2e8984e4606848fa9f118dd54e1f /include/configs/omap3_igep00x0.h | |
parent | 2e6260462b5e4014169ad5b52b0931ea82649c7f (diff) | |
download | u-boot-75eba2c45e2f15b63bcffade687088fbcec4129c.tar.gz u-boot-75eba2c45e2f15b63bcffade687088fbcec4129c.tar.bz2 u-boot-75eba2c45e2f15b63bcffade687088fbcec4129c.zip |
Convert CONFIG_SPL_EXT_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/omap3_igep00x0.h')
-rw-r--r-- | include/configs/omap3_igep00x0.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 3389bf3164..0aee437c86 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -167,6 +167,4 @@ #define CONFIG_UBIFS_SILENCE_MSG 1 #define CONFIG_ENV_SIZE (32*1024) -#undef CONFIG_SPL_EXT_SUPPORT - #endif /* __IGEP00X0_H */ |