[U-Boot] [PATCH V7 2/3] Add Orion5x support to 16550 device driver

2010-06-09 Thread Albert Aribaud
This patch provides access to the 16550-compatible
serial device of the Orion5x SoC.

Signed-off-by: Albert Aribaud 
---
 drivers/serial/serial.c |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index 8eda95c..1073ac0 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 
-- 
1.6.4.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH V7 2/3] Add Orion5x support to 16550 device driver

2010-06-09 Thread Albert Aribaud
This patch provides access to the 16550-compatible
serial device of the Orion5x SoC.

Signed-off-by: Albert Aribaud 
---
 drivers/serial/serial.c |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index 8eda95c..1073ac0 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 
-- 
1.6.4.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH V7 2/3] Add Orion5x support to 16550 device driver

2010-06-09 Thread Albert ARIBAUD
Le 09/06/2010 22:50, Albert Aribaud a écrit :
>

Apologies for the duplicate 1/3 and 2/3 patches.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot