Correct SPL use of AHCI
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:09 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000 (16:32 -0500)
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_AHCI defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
board/compulab/cm_fx6/cm_fx6.c

index 847ac33..7bce09e 100644 (file)
@@ -736,7 +736,7 @@ U_BOOT_DRVINFO(cm_fx6_serial) = {
        .plat = &cm_fx6_mxc_serial_plat,
 };
 
-#if CONFIG_IS_ENABLED(AHCI)
+#if IS_ENABLED(CONFIG_AHCI)
 static int sata_imx_probe(struct udevice *dev)
 {
        int i, err;