diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:55 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:18 -0400 |
commit | d1c44bd6ccc5fac168a53929469aaf281ac62e3e (patch) | |
tree | 8b8532b1c0b8862f2a3f4d87d8af4d660bc2d39f /include/configs | |
parent | 2253797d285ab717818013928e6c93ff1622f090 (diff) | |
download | u-boot-d1c44bd6ccc5fac168a53929469aaf281ac62e3e.tar.gz |
Convert CONFIG_SPL_SATA_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')
-rw-r--r-- | include/configs/cm_t54.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_t54.h b/include/configs/cm_t54.h index 6b51b43bad..ddb1e97b6c 100644 --- a/include/configs/cm_t54.h +++ b/include/configs/cm_t54.h @@ -56,7 +56,6 @@ #define CONFIG_SUPPORT_EMMC_BOOT /* SATA Boot related defines */ -#define CONFIG_SPL_SATA_SUPPORT #define CONFIG_SPL_SATA_BOOT_DEVICE 0 #define CONFIG_SYS_SATA_FAT_BOOT_PARTITION 1 |