From: Simon Glass Date: Sun, 5 Feb 2023 22:40:23 +0000 (-0700) Subject: Correct SPL use of OCTEON_SERIAL_PCIE_CONSOLE X-Git-Tag: baikal/mips/sdk5.8.2~5^2~53^2~52 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=fb7210f2cbf5263773a268871f2447cbd72181bb;p=uboot.git Correct SPL use of OCTEON_SERIAL_PCIE_CONSOLE This converts 1 usage of this option to the non-SPL form, since there is no SPL_OCTEON_SERIAL_PCIE_CONSOLE defined in Kconfig Signed-off-by: Simon Glass --- diff --git a/arch/mips/mach-octeon/cpu.c b/arch/mips/mach-octeon/cpu.c index 5adf4ba32c..c7744e8470 100644 --- a/arch/mips/mach-octeon/cpu.c +++ b/arch/mips/mach-octeon/cpu.c @@ -448,7 +448,7 @@ 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 (IS_ENABLED(CONFIG_OCTEON_SERIAL_BOOTCMD))