powerpc/4xx: Enable SERIAL_OF support by default for Virtex platforms
authorGrant Likely <grant.likely@secretlab.ca>
Sun, 1 Mar 2009 04:30:38 +0000 (21:30 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 1 Mar 2009 04:30:38 +0000 (21:30 -0700)
commit6b8036a877fe7a85d4474ddb89993339303959e1
tree1c9f485cc116fe333c7ef5171787690e05b0e47b
parent778ef1e6cbb049c9bcbf405936ee6f2b6e451892
powerpc/4xx: Enable SERIAL_OF support by default for Virtex platforms

Virtex FPGA designs have two serial port logic cores to choose from; the
simple uartlite, and the full featured uart16550.  Both cores are in
common use so the defconfig should support both of them.  Currently
only console on uartlite is supported in the defconfig.  This patch adds
console support for the 16550 core.

The Virtex reference designs do not work without this patch.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/configs/40x/virtex_defconfig
arch/powerpc/configs/44x/virtex5_defconfig