summaryrefslogtreecommitdiffstats
path: root/board/apollon/apollon.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/apollon/apollon.c')
-rw-r--r--board/apollon/apollon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/apollon/apollon.c b/board/apollon/apollon.c
index 8efa703951..8964eba7f8 100644
--- a/board/apollon/apollon.c
+++ b/board/apollon/apollon.c
@@ -245,7 +245,7 @@ void peripheral_enable(void)
__raw_writel(v, CM_CLKSEL2_CORE);
__raw_writel(0x1, CM_CLKSEL_WKUP);
-#ifdef CFG_NS16550
+#ifdef CONFIG_SYS_NS16550
/* Enable UART1 clock */
func_clks |= BIT21;
if_clks |= BIT21;
OpenPOWER on IntegriCloud