ARM: sunxi: Add earlyprintk support for UART0 (sun4i)

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Stefan Roese
2012-11-19 12:09:41 +01:00
committed by Maxime Ripard
parent de0bf33fc2
commit aa25115aff
2 changed files with 12 additions and 2 deletions

View File

@@ -10,7 +10,10 @@
* published by the Free Software Foundation.
*/
#ifdef CONFIG_DEBUG_SUNXI_UART1
#if defined(CONFIG_DEBUG_SUNXI_UART0)
#define SUNXI_UART_DEBUG_PHYS_BASE 0x01c28000
#define SUNXI_UART_DEBUG_VIRT_BASE 0xf1c28000
#elif defined(CONFIG_DEBUG_SUNXI_UART1)
#define SUNXI_UART_DEBUG_PHYS_BASE 0x01c28400
#define SUNXI_UART_DEBUG_VIRT_BASE 0xf1c28400
#endif