[PATCH v2 127/169] Correct SPL use of QFW_PIO
Simon Glass
sjg at chromium.org
Sun Feb 5 23:40:36 CET 2023
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_QFW_PIO defined in Kconfig
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
arch/x86/cpu/qemu/qemu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/cpu/qemu/qemu.c b/arch/x86/cpu/qemu/qemu.c
index e54082df7f9..4f28dc75b70 100644
--- a/arch/x86/cpu/qemu/qemu.c
+++ b/arch/x86/cpu/qemu/qemu.c
@@ -17,7 +17,7 @@
static bool i440fx;
-#if CONFIG_IS_ENABLED(QFW_PIO)
+#if IS_ENABLED(CONFIG_QFW_PIO)
U_BOOT_DRVINFO(x86_qfw_pio) = {
.name = "qfw_pio",
};
--
2.39.1.519.gcb327c4b5f-goog
More information about the U-Boot
mailing list