diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2014-05-06 13:25:37 +0100 |
---|---|---|
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2014-05-08 10:04:43 +0100 |
commit | 31bce47e4e3f9850ab618ce3f2119963eb73f7b3 (patch) | |
tree | c0ff339a647792581fb8881ec1091ab0f4747203 /plat | |
parent | e404d7f44a190b82332bb96daffa0c6239732218 (diff) | |
download | arm-trusted-firmware-31bce47e4e3f9850ab618ce3f2119963eb73f7b3.tar.gz |
Remove unused 'PL011_BASE' macro
'PL011_BASE' macro is no longer used because the right UART base
address is now directly given to the 'console_init()' function.
This patch removes it.
Change-Id: I94759c99602df4876291a56f9f6a75de337a65ec
Diffstat (limited to 'plat')
-rw-r--r-- | plat/fvp/platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plat/fvp/platform.h b/plat/fvp/platform.h index 1f4e432..06bda79 100644 --- a/plat/fvp/platform.h +++ b/plat/fvp/platform.h @@ -298,7 +298,6 @@ #define PL011_UART1_BASE 0x1c0a0000 #define PL011_UART2_BASE 0x1c0b0000 #define PL011_UART3_BASE 0x1c0c0000 -#define PL011_BASE PL011_UART0_BASE /******************************************************************************* |