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/imx6_spl.h | |
parent | 2e6260462b5e4014169ad5b52b0931ea82649c7f (diff) |
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/imx6_spl.h')
-rw-r--r-- | include/configs/imx6_spl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h index 2edf379e881..4b7c285a0c7 100644 --- a/include/configs/imx6_spl.h +++ b/include/configs/imx6_spl.h @@ -48,7 +48,6 @@ #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SYS_MONITOR_LEN (CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS/2*1024) #define CONFIG_SPL_ABORT_ON_RAW_IMAGE -#define CONFIG_SPL_EXT_SUPPORT #endif /* SATA support */ @@ -56,7 +55,6 @@ #define CONFIG_SPL_SATA_BOOT_DEVICE 0 #define CONFIG_SYS_SATA_FAT_BOOT_PARTITION 1 #define CONFIG_SPL_ABORT_ON_RAW_IMAGE -#define CONFIG_SPL_EXT_SUPPORT #endif /* Define the payload for FAT/EXT support */ |