summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2014-05-06 13:25:37 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2014-05-08 10:04:43 +0100
commit31bce47e4e3f9850ab618ce3f2119963eb73f7b3 (patch)
treec0ff339a647792581fb8881ec1091ab0f4747203 /plat
parente404d7f44a190b82332bb96daffa0c6239732218 (diff)
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plat/fvp/platform.h b/plat/fvp/platform.h
index 1f4e4324..06bda79a 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
/*******************************************************************************