From: Prafulla Wadaskar Date: Mon, 6 Jul 2009 10:20:47 +0000 (+0530) Subject: arm: Kirkwood: bugfix: UART1 bar correction X-Git-Tag: v2009.08-rc1~110^2^2^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b996165f5a1623a055c03b22d64d6d5da81835d0;p=u-boot arm: Kirkwood: bugfix: UART1 bar correction Signed-off-by: Prafulla Wadaskar --- diff --git a/include/asm-arm/arch-kirkwood/kirkwood.h b/include/asm-arm/arch-kirkwood/kirkwood.h index 52dafc22cc..47679dd441 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))