ARM: zynq: Allow UART1 to be used as DEBUG_LL console.
authorNick Bowler <nbowler@elliptictech.com>
Mon, 5 Nov 2012 21:45:49 +0000 (16:45 -0500)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 7 Nov 2012 12:48:43 +0000 (13:48 +0100)
The main UART on the Xilinx ZC702 board is UART1, located at address
e0001000.  Add a Kconfig option to select this device as the low-level
debugging port.  This allows the really early boot printouts to reach
the USB serial adaptor on this board.

For consistency's sake, add a choice entry for UART0 even though it is
the the default if UART1 is not selected.

Signed-off-by: Nick Bowler <nbowler@elliptictech.com>
Tested-by: Josh Cartwright <josh.cartwright@ni.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>

No differences found