[U-Boot] [PATCH v3 37/45] Convert CONFIG_SPL_SATA_SUPPORT to Kconfig
Simon Glass
sjg at chromium.org
Tue Sep 13 07:18:55 CEST 2016
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
configs/cm_t54_defconfig | 1 +
include/configs/cm_t54.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/cm_t54_defconfig b/configs/cm_t54_defconfig
index 953aaa2..485bffc 100644
--- a/configs/cm_t54_defconfig
+++ b/configs/cm_t54_defconfig
@@ -5,6 +5,7 @@ CONFIG_OF_BOARD_SETUP=y
CONFIG_BOOTDELAY=3
CONFIG_VERSION_VARIABLE=y
CONFIG_SPL=y
+CONFIG_SPL_SATA_SUPPORT=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="CM-T54 # "
CONFIG_CMD_BOOTZ=y
diff --git a/include/configs/cm_t54.h b/include/configs/cm_t54.h
index 6b51b43..ddb1e97 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
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list