diff options
author | wdenk <wdenk> | 2003-09-14 19:08:39 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-14 19:08:39 +0000 |
commit | 35656de72996bb737d60ae0813f0b8dd4ad366c6 (patch) | |
tree | 302181223450b0dd525f27165454ed7e899894e8 /include/configs/IceCube.h | |
parent | 200f8c7a4c450f3374c87b5f3a2d29d35c895758 (diff) | |
download | u-boot-35656de72996bb737d60ae0813f0b8dd4ad366c6.tar.gz u-boot-35656de72996bb737d60ae0813f0b8dd4ad366c6.tar.xz u-boot-35656de72996bb737d60ae0813f0b8dd4ad366c6.zip |
* Patch by Gleb Natapov, 14 Sep 2003:
enable watchdog support for all MPC824x boards that have a watchdog
* On MPC5200, restrict FEC to a maximum of 10 Mbps to work around the
"Non-octet Aligned Frame" errors we see at 100 Mbps
* Patch by Sharad Gupta, 14 Sep 2003:
fix SPR numbers for upper BAT register ([ID]BAT[4-7][UL])
Diffstat (limited to 'include/configs/IceCube.h')
-rw-r--r-- | include/configs/IceCube.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index c2c398c75f..64fc6fe896 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -179,6 +179,7 @@ * Ethernet configuration */ #define CONFIG_MPC5XXX_FEC 1 +#define CONFIG_FEC_10MBIT 1 /* Workaround for FEC 100Mbit problem */ /* * GPIO configuration |