summaryrefslogtreecommitdiff
path: root/arch/mips/mach-octeon/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-octeon/cpu.c')
-rw-r--r--arch/mips/mach-octeon/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mach-octeon/cpu.c b/arch/mips/mach-octeon/cpu.c
index 1bdc6cd7290..c7744e84706 100644
--- a/arch/mips/mach-octeon/cpu.c
+++ b/arch/mips/mach-octeon/cpu.c
@@ -448,10 +448,10 @@ int arch_misc_init(void)
if (ret)
return ret;
- if (CONFIG_IS_ENABLED(OCTEON_SERIAL_PCIE_CONSOLE))
+ if (IS_ENABLED(CONFIG_OCTEON_SERIAL_PCIE_CONSOLE))
init_pcie_console();
- if (CONFIG_IS_ENABLED(OCTEON_SERIAL_BOOTCMD))
+ if (IS_ENABLED(CONFIG_OCTEON_SERIAL_BOOTCMD))
init_bootcmd_console();
return 0;