]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_m68k/board.c
Code cleanup; make several boards compile & link.
[karo-tx-uboot.git] / lib_m68k / board.c
index 6ef8b91b6bbc669a230a4beef5d6874613079c20..06b3bd5056321a1db35ffe1d3b5ed3d8c35365df 100644 (file)
@@ -577,7 +577,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
         */
        timer_init();
 
-#if CONFIG_SERIAL_SOFTWARE_FIFO
+#ifdef CONFIG_SERIAL_SOFTWARE_FIFO
        serial_buffered_init();
 #endif