]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/devices.c
Code cleanup; make several boards compile & link.
[people/ms/u-boot.git] / common / devices.c
index aa055339e80e588bb561ef829fa4ebe9037e13e5..7c859521a3b9548d07d5e13b66bcb1c68dea2a99 100644 (file)
@@ -73,7 +73,7 @@ static void drv_system_init (void)
 
        strcpy (dev.name, "serial");
        dev.flags = DEV_FLAGS_OUTPUT | DEV_FLAGS_INPUT | DEV_FLAGS_SYSTEM;
-#if CONFIG_SERIAL_SOFTWARE_FIFO
+#ifdef CONFIG_SERIAL_SOFTWARE_FIFO
        dev.putc = serial_buffered_putc;
        dev.puts = serial_buffered_puts;
        dev.getc = serial_buffered_getc;