From: Albert Aribaud <[albert.aribaud@free.fr]> Date: Thu, 17 Jun 2010 14:07:01 +0000 (+0530) Subject: Add Orion5x support to 16550 device driver X-Git-Tag: v2010.06-rc3~14^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=83142c112d30ee3da23b62387909d33db064bdc4;p=oweals%2Fu-boot.git Add Orion5x support to 16550 device driver This patch provides access to the 16550-compatible serial device of the Orion5x SoC. Signed-off-by: Albert Aribaud --- diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index 8eda95cd3e..1073ac0ae9 100644 --- a/drivers/serial/serial.c +++ b/drivers/serial/serial.c @@ -30,6 +30,9 @@ #ifdef CONFIG_KIRKWOOD #include #endif +#ifdef CONFIG_ORION5X +#include +#endif #if defined (CONFIG_SERIAL_MULTI) #include