sata: Rename SATA_SUPPORT to SATA
Rename this options so that CONFIG_IS_ENABLED can be used with it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
#endif
|
||||
|
||||
/* SATA support */
|
||||
#if defined(CONFIG_SPL_SATA_SUPPORT)
|
||||
#if defined(CONFIG_SPL_SATA)
|
||||
#define CONFIG_SPL_SATA_BOOT_DEVICE 0
|
||||
#define CONFIG_SYS_SATA_FAT_BOOT_PARTITION 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user