From a7bd2c8ae6554d1045d2fc6973a78398950307b1 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Mon, 10 Sep 2012 23:37:12 -0400 Subject: [PATCH] Update PL011 base address to match that of the CoreTile Express A9 --- devices/pl011.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/pl011.c b/devices/pl011.c index 1a4c1a9..b6f634e 100644 --- a/devices/pl011.c +++ b/devices/pl011.c @@ -1,4 +1,4 @@ -#define PL011_SERIAL_BASE 0x16000000 +#define PL011_SERIAL_BASE 0x10009000 #define PL011_SERIAL_FLAG_REGISTER 0x18 #define PL011_SERIAL_BUFFER_FULL (1 << 5)