commit | ca5ef8c2147c840eec907b3f79b618b1f22c4c85 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Sat Mar 01 12:11:40 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Mar 02 22:49:27 2008 +0100 |
tree | 4dc953f94b42ef062d2a143c048225af371e5158 | |
parent | c6d9ec4d22abfc37d15939c3c6c524b707faf0d6 [diff] |
ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But currently 4k/2k is configured. This patch fixes this issue. Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out. Signed-off-by: Stefan Roese <sr@denx.de>