[POWERPC] Virtex: Add uartlite bootwrapper driver

Allows the bootwrapper to use the uartlite device for console output.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
This commit is contained in:
Grant Likely
2007-10-02 12:15:13 +10:00
committed by Josh Boyer
parent 340ffd267c
commit 7ddc5f978b
4 changed files with 68 additions and 1 deletions

View File

@@ -128,6 +128,8 @@ int serial_console_init(void)
rc = cpm_console_init(devp, &serial_cd);
else if (dt_is_compatible(devp, "mpc5200-psc-uart"))
rc = mpc5200_psc_console_init(devp, &serial_cd);
else if (dt_is_compatible(devp, "xilinx,uartlite"))
rc = uartlite_console_init(devp, &serial_cd);
/* Add other serial console driver calls here */