[U-Boot-Users] [PATCH5] microblaze [FIX] Xilinx Uartlite driver

Michal Simek Monstr at seznam.cz
Tue Sep 11 17:29:06 CEST 2007


------------ Původní zpráva ------------
Od: Grant Likely <grant.likely at secretlab.ca>
Předmět: Re: [U-Boot-Users] [PATCH5] microblaze [FIX] Xilinx Uartlite driver
Datum: 11.9.2007 17:01:07
----------------------------------------
On 8/30/07, Michal Simek <Monstr at seznam.cz> wrote:
> Desc: [FIX] Xilinx Uartlite driver
>
> why? because uartlite can be used by PowerPC405
>
> Signed-off-by: Michal Simek <monstr at monstr.eu>
>
> diff --git a/drivers/serial_xuartlite.c b/drivers/serial_xuartlite.c
> index ed59abe..1f3aaae 100644
> --- a/drivers/serial_xuartlite.c
> +++ b/drivers/serial_xuartlite.c
> @@ -24,7 +24,7 @@
>
>  #include <config.h>
>
> -#ifdef CONFIG_MICROBLAZE
> +#ifdef XILINX_UARTLITE

>This should be prefixed with CONFIG_

OK. 
M




More information about the U-Boot mailing list