Commit d1c44bd6ccc5fac168a53929469aaf281ac62e3e

Authored by Simon Glass
Committed by Tom Rini
1 parent 2253797d28

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>

Showing 2 changed files with 1 additions and 1 deletions Side-by-side Diff

configs/cm_t54_defconfig
... ... @@ -5,6 +5,7 @@
5 5 CONFIG_BOOTDELAY=3
6 6 CONFIG_VERSION_VARIABLE=y
7 7 CONFIG_SPL=y
  8 +CONFIG_SPL_SATA_SUPPORT=y
8 9 CONFIG_HUSH_PARSER=y
9 10 CONFIG_SYS_PROMPT="CM-T54 # "
10 11 CONFIG_CMD_BOOTZ=y
include/configs/cm_t54.h
... ... @@ -56,7 +56,6 @@
56 56 #define CONFIG_SUPPORT_EMMC_BOOT
57 57  
58 58 /* SATA Boot related defines */
59   -#define CONFIG_SPL_SATA_SUPPORT
60 59 #define CONFIG_SPL_SATA_BOOT_DEVICE 0
61 60 #define CONFIG_SYS_SATA_FAT_BOOT_PARTITION 1
62 61