Re: [U-Boot] [PATCH] Fix ml507 Xilinx uartlite driver hang

2012-09-24 Thread Mela Custodio
On Mon, Sep 24, 2012 at 2:22 PM, Rommel Custodio sessyargc+ub...@gmail.com wrote: The default configuration for ml507 will generate a hang() in the Xilinx uartlite driver. Hi, Sorry this doesn't seem to apply. checkpatch.pl reported no errors but it doesn't apply in mailine. If this patch is

[U-Boot] [PATCH] Fix ml507 Xilinx uartlite driver hang

2012-09-23 Thread Rommel Custodio
The default configuration for ml507 will generate a hang() in the Xilinx uartlite driver. userial_ports[] in drivers/serial/serial_xuartlite.c does not get initialized properly. CONFIG_SERIAL_BASE is unused. XILINX_UARTLITE_BASEADDR is used instead. Signed-off-by: Rommel Custodio