Re: [U-Boot] [PATCH 8/9] ARM: sunxi: Add support for using R_UART as console

2014-10-11 Thread Ian Campbell
On Tue, 2014-10-07 at 15:11 +0800, Chen-Yu Tsai wrote: The A23 only has UART0 muxed with MMC0. Some of the boards we encountered expose R_UART as a set of pads. Add support for R_UART so we can have a console while using mmc. I suppose R_UART is the h/w doc name. UARTR would fit the code

[U-Boot] [PATCH 8/9] ARM: sunxi: Add support for using R_UART as console

2014-10-07 Thread Chen-Yu Tsai
The A23 only has UART0 muxed with MMC0. Some of the boards we encountered expose R_UART as a set of pads. Add support for R_UART so we can have a console while using mmc. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/cpu/armv7/sunxi/board.c | 4