diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-10-22 16:47:47 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-10-24 09:35:39 +0200 |
commit | c757a50bd12b4f4f1c44a7cc42354918e8d60cd7 (patch) | |
tree | f7041a6dc6cbb8bc45372c633bc978a54becdf68 /include/configs/sunxi-common.h | |
parent | 472ed0641e73ea5c5b80f9bfa804bfe0f89eca69 (diff) | |
download | u-boot-imx-c757a50bd12b4f4f1c44a7cc42354918e8d60cd7.zip u-boot-imx-c757a50bd12b4f4f1c44a7cc42354918e8d60cd7.tar.gz u-boot-imx-c757a50bd12b4f4f1c44a7cc42354918e8d60cd7.tar.bz2 |
ARM: sunxi: Add support for using R_UART as console
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 <wens@csie.org>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r-- | include/configs/sunxi-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index dfcb9a8..2b0241b 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -42,6 +42,7 @@ #define CONFIG_SYS_NS16550_COM2 SUNXI_UART1_BASE #define CONFIG_SYS_NS16550_COM3 SUNXI_UART2_BASE #define CONFIG_SYS_NS16550_COM4 SUNXI_UART3_BASE +#define CONFIG_SYS_NS16550_COM5 SUNXI_R_UART_BASE /* DRAM Base */ #define CONFIG_SYS_SDRAM_BASE 0x40000000 |