]> err.no Git - linux-2.6/blobdiff - arch/ppc/boot/simple/misc-embedded.c
powerpc: Improve (in|out)_[bl]eXX() asm code
[linux-2.6] / arch / ppc / boot / simple / misc-embedded.c
index 8a08ad397ed571aadb9a04f4da28193c14bb6cea..d5a00eb0e4eb973d7ae913bcdf6b9dd306d8b7f7 100644 (file)
@@ -89,7 +89,9 @@ load_kernel(unsigned long load_addr, int num_words, unsigned long cksum, bd_t *b
         * initialize the serial console port.
         */
        embed_config(&bp);
-#if defined(CONFIG_SERIAL_CPM_CONSOLE) || defined(CONFIG_SERIAL_8250_CONSOLE)
+#if defined(CONFIG_SERIAL_CPM_CONSOLE) || \
+    defined(CONFIG_SERIAL_8250_CONSOLE) || \
+    defined(CONFIG_SERIAL_UARTLITE_CONSOLE)
        com_port = serial_init(0, bp);
 #endif