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 | |
| parent | [ARM] Fix ebsa110 debug macros (diff) | |
| download | linux-f1dc24d53e9e91cf795f05751eeb7e220c7c15e1.tar.gz linux-f1dc24d53e9e91cf795f05751eeb7e220c7c15e1.zip | |
[ARM] ebsa110: Fix incorrect serial port address
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -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 66b19c7fd908..ae5b775eb0b7 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 |
