commit | 6538397c562544e41a8c08b36327f1d02488f3f5 | [log] [tgz] |
---|---|---|
author | Rommel Custodio <sessyargc+uboot@gmail.com> | Mon Sep 24 13:27:05 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 08 11:12:07 2012 -0700 |
tree | 56a40273add5f65974c9880f8fe5bfdb6ab93a8e | |
parent | 89e76b5f86b03e34077d16df8543851ff3029f9b [diff] |
ml507: Fix Xilinx uartlite driver hang 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 <sessyargc+uboot@gmail.com>