diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:20 -0400 |
commit | e404ade42d72513ea51d66b9474bcce194bab848 (patch) | |
tree | 8adb49365162910b1eb47431004b21a58c3321fc /include/configs/sama5d2_xplained.h | |
parent | e00f76cee906a48311d0c7c59b519b2e6a5c56f8 (diff) |
Convert CONFIG_SPL_SPI_FLASH_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/sama5d2_xplained.h')
-rw-r--r-- | include/configs/sama5d2_xplained.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h index d6ff48069a4..78e14242718 100644 --- a/include/configs/sama5d2_xplained.h +++ b/include/configs/sama5d2_xplained.h @@ -137,7 +137,6 @@ #elif CONFIG_SYS_USE_SERIALFLASH #define CONFIG_SPL_SPI_SUPPORT -#define CONFIG_SPL_SPI_FLASH_SUPPORT #define CONFIG_SPL_SPI_LOAD #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x8000 |