aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-realview/platform.h
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2008-04-18 17:43:11 -0400
committerCatalin Marinas <catalin.marinas@arm.com>2008-04-18 17:43:11 -0400
commit9a386f0651d06002a0468ce4d0e15aaf7c316a3c (patch)
treebd57c73634d9d59ab9d4776c605dfce31ccd5234 /include/asm-arm/arch-realview/platform.h
parent80192735e4b01a2e4d437699f2e9b5b93dfab13c (diff)
RealView: Move the UART definitions to EB specific files
Since the PB1176 has different UART base addresses, this patch moves the definitions form platorm.h to board-eb.h. It also modifies uncompress.h to detect the platform type at run-time. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'include/asm-arm/arch-realview/platform.h')
-rw-r--r--include/asm-arm/arch-realview/platform.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-arm/arch-realview/platform.h b/include/asm-arm/arch-realview/platform.h
index 7aa78a5ebc88..d18fb128ed9c 100644
--- a/include/asm-arm/arch-realview/platform.h
+++ b/include/asm-arm/arch-realview/platform.h
@@ -182,10 +182,6 @@
182#define REALVIEW_KMI0_BASE 0x10006000 /* KMI interface */ 182#define REALVIEW_KMI0_BASE 0x10006000 /* KMI interface */
183#define REALVIEW_KMI1_BASE 0x10007000 /* KMI 2nd interface */ 183#define REALVIEW_KMI1_BASE 0x10007000 /* KMI 2nd interface */
184#define REALVIEW_CHAR_LCD_BASE 0x10008000 /* Character LCD */ 184#define REALVIEW_CHAR_LCD_BASE 0x10008000 /* Character LCD */
185#define REALVIEW_UART0_BASE 0x10009000 /* UART 0 */
186#define REALVIEW_UART1_BASE 0x1000A000 /* UART 1 */
187#define REALVIEW_UART2_BASE 0x1000B000 /* UART 2 */
188#define REALVIEW_UART3_BASE 0x1000C000 /* UART 3 */
189#define REALVIEW_SSP_BASE 0x1000D000 /* Synchronous Serial Port */ 185#define REALVIEW_SSP_BASE 0x1000D000 /* Synchronous Serial Port */
190#define REALVIEW_SCI_BASE 0x1000E000 /* Smart card controller */ 186#define REALVIEW_SCI_BASE 0x1000E000 /* Smart card controller */
191 /* Reserved 0x1000F000 */ 187 /* Reserved 0x1000F000 */