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

Prafulla Wadaskar prafulla at marvell.com
Thu Jun 17 12:16:53 CEST 2010


 

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Monday, June 14, 2010 2:14 PM
> To: u-boot at lists.denx.de
> Subject: [U-Boot] [PATCH V8 2/3] 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 <albert.aribaud at free.fr>
> ---
>  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 <asm/arch/kirkwood.h>
>  #endif
> +#ifdef CONFIG_ORION5X
> +#include <asm/arch/orion5x.h>
> +#endif
>  
>  #if defined (CONFIG_SERIAL_MULTI)
>  #include <serial.h>
> -- 
> 1.6.4.4

Applied to u-boot-marvell.git master branch

Regards..
Prafulla . .


More information about the U-Boot mailing list