]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/serial.c
Merge branch 'master' of git://git.denx.de/u-boot-sh
[u-boot] / drivers / serial / serial.c
index 1073ac0ae9c4b54cf02075e4184ed6bc85695cc5..cd3439ee6a23d9b54089396d244e070dbf795ee6 100644 (file)
 #endif
 #ifdef CONFIG_KIRKWOOD
 #include <asm/arch/kirkwood.h>
-#endif
-#ifdef CONFIG_ORION5X
+#elif defined(CONFIG_ORION5X)
 #include <asm/arch/orion5x.h>
+#elif defined(CONFIG_ARMADA100)
+#include <asm/arch/armada100.h>
 #endif
 
 #if defined (CONFIG_SERIAL_MULTI)