commit | 7163a88da46ff42c38dd2903108d0fc87ab23349 | [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 | 89329dc45b9275bdd31282166e1f5a1ec67bf8f9 [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>