diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-04-07 11:04:54 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-04-07 13:23:48 +0100 |
commit | f1dc24d53e9e91cf795f05751eeb7e220c7c15e1 (patch) | |
tree | b002704bb3fa0fa8cf2056220060ef4062f23d05 /include/asm-arm/arch-ebsa110 | |
parent | 6e29ebad0f252b085a3bb0188637f315efda0a48 (diff) |
[ARM] ebsa110: Fix incorrect serial port address
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-ebsa110')
-rw-r--r-- | include/asm-arm/arch-ebsa110/uncompress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-ebsa110/uncompress.h b/include/asm-arm/arch-ebsa110/uncompress.h index 66b19c7fd90..ae5b775eb0b 100644 --- a/include/asm-arm/arch-ebsa110/uncompress.h +++ b/include/asm-arm/arch-ebsa110/uncompress.h @@ -10,7 +10,7 @@ #include <linux/serial_reg.h> -#define SERIAL_BASE ((unsigned char *)0xfe000be0) +#define SERIAL_BASE ((unsigned char *)0xf0000be0) /* * This does not append a newline |