]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/serial.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / drivers / serial / serial.c
index bce75489d2ecdf55442af084c1a7174ebee38104..dd5f332ba93a3c467603dca91915e32db93504de 100644 (file)
 
 #include <common.h>
 
-#ifdef CONFIG_SYS_NS16550_SERIAL
-
 #include <ns16550.h>
 #ifdef CONFIG_NS87308
 #include <ns87308.h>
 #endif
+#ifdef CONFIG_KIRKWOOD
+#include <asm/arch/kirkwood.h>
+#endif
 
 #if defined (CONFIG_SERIAL_MULTI)
 #include <serial.h>
@@ -328,5 +329,3 @@ DECLARE_ESERIAL_FUNCTIONS(4);
 struct serial_device eserial4_device =
        INIT_ESERIAL_STRUCTURE(4,"eserial3","EUART4");
 #endif /* CONFIG_SERIAL_MULTI */
-
-#endif