diff options
author | wdenk <wdenk> | 2004-02-24 02:00:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-24 02:00:03 +0000 |
commit | cbd8a35c6dbaaca35494cbec319960887ad02dcf (patch) | |
tree | f3a5f6817a203a6e3a0a0ab7fb9df5b3697c07e3 /include/configs/IceCube.h | |
parent | 074cff0d2863bab21b065cf283eccd728f4fecaa (diff) | |
download | u-boot-imx-cbd8a35c6dbaaca35494cbec319960887ad02dcf.zip u-boot-imx-cbd8a35c6dbaaca35494cbec319960887ad02dcf.tar.gz u-boot-imx-cbd8a35c6dbaaca35494cbec319960887ad02dcf.tar.bz2 |
* Patch by Masami Komiy, 22 Feb 2004:
Add support for NFS for file download
* Minor code cleanup
Diffstat (limited to 'include/configs/IceCube.h')
-rw-r--r-- | include/configs/IceCube.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index 194f62f..888b165 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -29,7 +29,7 @@ * (easy to change) */ -#define CONFIG_MPC5XXX 1 /* This is an MPC5xxx CPU */ +#define CONFIG_MPC5xxx 1 /* This is an MPC5xxx CPU */ #define CONFIG_ICECUBE 1 /* ... on IceCube board */ #define CFG_MPC5XXX_CLKIN 33000000 /* ... running at 33.000000MHz */ @@ -213,7 +213,7 @@ /* * Ethernet configuration */ -#define CONFIG_MPC5XXX_FEC 1 +#define CONFIG_MPC5xxx_FEC 1 #define CONFIG_FEC_10MBIT 1 /* Workaround for FEC 100Mbit problem */ #define CONFIG_PHY_ADDR 0x00 |