diff options
author | Prafulla Wadaskar <prafulla@marvell.com> | 2009-07-06 15:50:47 +0530 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-12 17:43:15 +0200 |
commit | b996165f5a1623a055c03b22d64d6d5da81835d0 (patch) | |
tree | 6888e4b04cc0f77a9f648b17eca0fc451e349cf7 | |
parent | 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2 (diff) | |
download | u-boot-imx-b996165f5a1623a055c03b22d64d6d5da81835d0.zip u-boot-imx-b996165f5a1623a055c03b22d64d6d5da81835d0.tar.gz u-boot-imx-b996165f5a1623a055c03b22d64d6d5da81835d0.tar.bz2 |
arm: Kirkwood: bugfix: UART1 bar correction
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
-rw-r--r-- | include/asm-arm/arch-kirkwood/kirkwood.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-kirkwood/kirkwood.h b/include/asm-arm/arch-kirkwood/kirkwood.h index 52dafc2..47679dd 100644 --- a/include/asm-arm/arch-kirkwood/kirkwood.h +++ b/include/asm-arm/arch-kirkwood/kirkwood.h @@ -45,7 +45,7 @@ #define KW_REG_UNDOC_0x1478 (KW_REGISTER(0x1478)) #define KW_UART0_BASE (KW_REGISTER(0x12000)) -#define KW_UART1_BASE (KW_REGISTER(0x13000)) +#define KW_UART1_BASE (KW_REGISTER(0x12100)) #define KW_MPP_BASE (KW_REGISTER(0x10000)) #define KW_GPIO0_BASE (KW_REGISTER(0x10100)) #define KW_GPIO1_BASE (KW_REGISTER(0x10140)) |