x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLED

CONFIG_IS_ENABLED(SPL_X86_32BIT_INIT)
would check for CONFIG_SPL_SPL_X86_32BIT_INIT for SPL builds

Signed-off-by: Troy Kisky <troykiskyboundary@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Troy Kisky
2023-05-10 16:45:42 -04:00
committed by Tom Rini
parent 289aa6a371
commit d5d0e4d3e2
+1 -1
View File
@@ -97,7 +97,7 @@ static void qemu_chipset_init(void)
}
}
#if !CONFIG_IS_ENABLED(SPL_X86_32BIT_INIT)
#if CONFIG_IS_ENABLED(X86_32BIT_INIT)
int arch_cpu_init(void)
{
post_code(POST_CPU_INIT);