
30 Jan
2023
30 Jan
'23
4:15 p.m.
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@chromium.org ---
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.456.gfc5497dd1b-goog