aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/kt690/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/kontron/kt690/romstage.c')
-rw-r--r--src/mainboard/kontron/kt690/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/kontron/kt690/romstage.c b/src/mainboard/kontron/kt690/romstage.c
index 7769647f23..8470ae1cfa 100644
--- a/src/mainboard/kontron/kt690/romstage.c
+++ b/src/mainboard/kontron/kt690/romstage.c
@@ -91,7 +91,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
setup_coherent_ht_domain();
-#if CONFIG_LOGICAL_CPUS
+#if IS_ENABLED(CONFIG_LOGICAL_CPUS)
/* It is said that we should start core1 after all core0 launched */
wait_all_core0_started();
start_other_cores();