summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-06 01:36:09 +0300
committerTom Rini <trini@konsulko.com>2023-02-10 00:32:25 +0300
commit8c2be2086fae5149a8c1dcd6d91d378b068c1608 (patch)
tree9f0cfa7564a0cfce4cd302ad531c0db8deaa33fc /board
parent684787e7d7d3ac31a46c1e23a49249d49cde1550 (diff)
downloadu-boot-8c2be2086fae5149a8c1dcd6d91d378b068c1608.tar.xz
Correct SPL use of AHCI
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>
Diffstat (limited to 'board')
-rw-r--r--board/compulab/cm_fx6/cm_fx6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/cm_fx6/cm_fx6.c b/board/compulab/cm_fx6/cm_fx6.c
index 847ac33ad6..7bce09e432 100644
--- a/board/compulab/cm_fx6/cm_fx6.c
+++ b/board/compulab/cm_fx6/cm_fx6.c
@@ -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;