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:
Simon Glass
2021-08-08 12:20:17 -06:00
committed by Tom Rini
parent 6f004adaf6
commit f7560376ae
9 changed files with 16 additions and 16 deletions

View File

@@ -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