Pārlūkot izejas kodu

[ARM] ebsa110: Fix incorrect serial port address

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 19 gadi atpakaļ
vecāks
revīzija
f1dc24d53e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      include/asm-arm/arch-ebsa110/uncompress.h

+ 1 - 1
include/asm-arm/arch-ebsa110/uncompress.h

@@ -10,7 +10,7 @@
 
 
 #include <linux/serial_reg.h>
 #include <linux/serial_reg.h>
 
 
-#define SERIAL_BASE	((unsigned char *)0xfe000be0)
+#define SERIAL_BASE	((unsigned char *)0xf0000be0)
 
 
 /*
 /*
  * This does not append a newline
  * This does not append a newline