1
0
Fork 0

Update PL011 base address to match that of the CoreTile Express A9

This commit is contained in:
Aaron Lindsay 2012-09-10 23:37:12 -04:00
parent 0050438c80
commit a7bd2c8ae6
1 changed files with 1 additions and 1 deletions

View File

@ -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)