From 05316f8ece8206339a208ec052f039cd0f7ca922 Mon Sep 17 00:00:00 2001 From: TsiChung Liew Date: Mon, 11 Aug 2008 13:41:49 +0000 Subject: ColdFire: Add M54451EVB platform support for MCF5445x Signed-off-by: TsiChung Liew --- include/asm-m68k/immap.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/asm-m68k') diff --git a/include/asm-m68k/immap.h b/include/asm-m68k/immap.h index f1586d5c7..b0814f160 100644 --- a/include/asm-m68k/immap.h +++ b/include/asm-m68k/immap.h @@ -257,12 +257,14 @@ #define CFG_NUM_IRQS (128) #endif /* CONFIG_M5329 && CONFIG_M5373 */ -#ifdef CONFIG_M54455 +#if defined(CONFIG_M54451) || defined(CONFIG_M54455) #include #include #define CFG_FEC0_IOBASE (MMAP_FEC0) +#if defined(CONFIG_M54455EVB) #define CFG_FEC1_IOBASE (MMAP_FEC1) +#endif #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x4000)) @@ -295,7 +297,7 @@ #define CFG_PCI_TBATR0 (CFG_MBAR) #define CFG_PCI_TBATR5 (CFG_SDRAM_BASE) #endif -#endif /* CONFIG_M54455 */ +#endif /* CONFIG_M54451 || CONFIG_M54455 */ #ifdef CONFIG_M547x #include -- cgit v1.2.3