aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/boot/simple/misc-embedded.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/boot/simple/misc-embedded.c')
-rw-r--r--arch/ppc/boot/simple/misc-embedded.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/ppc/boot/simple/misc-embedded.c b/arch/ppc/boot/simple/misc-embedded.c
index 8a08ad397ed5..d5a00eb0e4eb 100644
--- a/arch/ppc/boot/simple/misc-embedded.c
+++ b/arch/ppc/boot/simple/misc-embedded.c
@@ -89,7 +89,9 @@ load_kernel(unsigned long load_addr, int num_words, unsigned long cksum, bd_t *b
89 * initialize the serial console port. 89 * initialize the serial console port.
90 */ 90 */
91 embed_config(&bp); 91 embed_config(&bp);
92#if defined(CONFIG_SERIAL_CPM_CONSOLE) || defined(CONFIG_SERIAL_8250_CONSOLE) 92#if defined(CONFIG_SERIAL_CPM_CONSOLE) || \
93 defined(CONFIG_SERIAL_8250_CONSOLE) || \
94 defined(CONFIG_SERIAL_UARTLITE_CONSOLE)
93 com_port = serial_init(0, bp); 95 com_port = serial_init(0, bp);
94#endif 96#endif
95 97