summaryrefslogtreecommitdiff
path: root/include/configs/mv-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mv-common.h')
-rw-r--r--include/configs/mv-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index fa275d61d1..3dfcb138b4 100644
--- a/include/configs/mv-common.h
+++ b/include/configs/mv-common.h
@@ -33,7 +33,7 @@
* NS16550 Configuration
*/
#define CFG_SYS_NS16550_CLK CFG_SYS_TCLK
-#if !defined(CONFIG_DM_SERIAL)
+#if !CONFIG_IS_ENABLED(DM_SERIAL)
#define CFG_SYS_NS16550_COM1 MV_UART_CONSOLE_BASE
#endif