Commit f1dc24d5 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] ebsa110: Fix incorrect serial port address

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 6e29ebad
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment