summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2014-10-22 16:47:47 +0800
committerHans de Goede <hdegoede@redhat.com>2014-10-24 09:35:39 +0200
commitc757a50bd12b4f4f1c44a7cc42354918e8d60cd7 (patch)
treef7041a6dc6cbb8bc45372c633bc978a54becdf68 /include
parent472ed0641e73ea5c5b80f9bfa804bfe0f89eca69 (diff)
downloadblackbird-obmc-uboot-c757a50bd12b4f4f1c44a7cc42354918e8d60cd7.tar.gz
blackbird-obmc-uboot-c757a50bd12b4f4f1c44a7cc42354918e8d60cd7.zip
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')
-rw-r--r--include/configs/sunxi-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index dfcb9a8e5e..2b0241b7fe 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
OpenPOWER on IntegriCloud