diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-08-11 13:41:49 +0000 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-08-14 12:31:56 -0600 |
commit | 05316f8ece8206339a208ec052f039cd0f7ca922 (patch) | |
tree | 189d0cc2a1eacf3d3732f04035387fa7a39b72ce /include/asm-m68k | |
parent | 922cd7515597e9a2c07d68e2a6240b0b7b0f0136 (diff) | |
download | u-boot-imx-05316f8ece8206339a208ec052f039cd0f7ca922.zip u-boot-imx-05316f8ece8206339a208ec052f039cd0f7ca922.tar.gz u-boot-imx-05316f8ece8206339a208ec052f039cd0f7ca922.tar.bz2 |
ColdFire: Add M54451EVB platform support for MCF5445x
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/asm-m68k')
-rw-r--r-- | include/asm-m68k/immap.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-m68k/immap.h b/include/asm-m68k/immap.h index f1586d5..b0814f1 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 <asm/immap_5445x.h> #include <asm/m5445x.h> #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 <asm/immap_547x_8x.h> |