git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b0002
)
Correct SPL use of OCTEON_SERIAL_PCIE_CONSOLE
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:40:23 +0000
(15:40 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 10 Feb 2023 12:41:39 +0000
(07:41 -0500)
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 <sjg@chromium.org>
arch/mips/mach-octeon/cpu.c
patch
|
blob
|
history
diff --git
a/arch/mips/mach-octeon/cpu.c
b/arch/mips/mach-octeon/cpu.c
index
5adf4ba
..
c7744e8
100644
(file)
--- 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))