From d1c44bd6ccc5fac168a53929469aaf281ac62e3e Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:55 -0600 Subject: Convert CONFIG_SPL_SATA_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- configs/cm_t54_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') 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 -- cgit v1.1