diff options
author | TsiChungLiew | 2007-11-07 18:00:54 -0600 |
---|---|---|
committer | TsiChungLiew | 2007-11-07 18:00:54 -0600 |
commit | 225a24b5e062ad94627424508ae814f51dbe1a34 (patch) | |
tree | ff981ccb0f21eb312c5a804dfc9cb776296a40ea /include | |
parent | 248c7c14835f34d5d910b45e5600050e58ca6cab (diff) |
ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-m68k/m5445x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-m68k/m5445x.h b/include/asm-m68k/m5445x.h index 8b886b0b605..b2bfb69264c 100644 --- a/include/asm-m68k/m5445x.h +++ b/include/asm-m68k/m5445x.h @@ -792,8 +792,8 @@ #define GPIO_PAR_FEC_FEC0_MASK (0xF8) #define GPIO_PAR_FEC_FEC0_MII (0x07) #define GPIO_PAR_FEC_FEC0_RMII_GPIO (0x03) -#define GPIO_PAR_FEC_FEC0_RMII_ATA (0x02) -#define GPIO_PAR_FEC_FEC0_ATA (0x01) +#define GPIO_PAR_FEC_FEC0_RMII_ULPI (0x02) +#define GPIO_PAR_FEC_FEC0_ULPI (0x01) #define GPIO_PAR_FEC_FEC0_GPIO (0x00) /* Bit definitions and macros for PAR_DMA */ |