summaryrefslogtreecommitdiff
path: root/arch/mips/mach-mtmips/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-mtmips/spl.c')
-rw-r--r--arch/mips/mach-mtmips/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-mtmips/spl.c b/arch/mips/mach-mtmips/spl.c
index 95201b8d7a..fe5b49e702 100644
--- a/arch/mips/mach-mtmips/spl.c
+++ b/arch/mips/mach-mtmips/spl.c
@@ -17,7 +17,7 @@ void __noreturn board_init_f(ulong dummy)
{
spl_init();
-#ifdef CONFIG_SPL_SERIAL_SUPPORT
+#ifdef CONFIG_SPL_SERIAL
/*
* mtmips_spl_serial_init() is useful if debug uart is enabled,
* or DM based serial is not enabled.