diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:42 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:12 -0400 |
commit | 1646eba85c9755552d246099a82329e4caba32ee (patch) | |
tree | 2b9ccdbb672d488f2803b3518bfa8ad785ce9f25 /include/configs/sama5d4_xplained.h | |
parent | 77d2f7f5070c7def29d433096f4cee57eeddbd23 (diff) | |
download | u-boot-1646eba85c9755552d246099a82329e4caba32ee.tar.gz |
Convert CONFIG_SPL_LIBDISK_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/sama5d4_xplained.h')
-rw-r--r-- | include/configs/sama5d4_xplained.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sama5d4_xplained.h b/include/configs/sama5d4_xplained.h index cd7b7f8948..f5ef90701a 100644 --- a/include/configs/sama5d4_xplained.h +++ b/include/configs/sama5d4_xplained.h @@ -137,7 +137,6 @@ #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200 #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" -#define CONFIG_SPL_LIBDISK_SUPPORT #elif CONFIG_SYS_USE_NANDFLASH #define CONFIG_SPL_NAND_SUPPORT |