Files
u-boot/drivers
Eric Bénard 836cd45358 cpuat91: unbreak ethernet
* the following problems are met :
config was set to use the new driver as a default but
- RMII was not enabled for the new driver
- the new driver didn't compile with RMII enabled
- the new driver initialize a PHY at address O when the PHY of
this board is at 1 thus we get "AT91 EMAC RMII: No PHY present"

* to fix these problems, this patch :
- enable RMII for the new driver
- fix the wrong define used in the at91_emac.c
- allow the config file to set a default phy address (and use
0 as a default as in the actual at91_emac.c driver)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2010-07-12 00:14:29 -07:00
..
2009-09-04 21:54:52 +02:00
2010-06-13 13:39:11 +02:00
2010-07-12 00:14:29 -07:00
2010-04-21 23:42:38 +02:00
2009-09-04 21:54:04 +02:00
2009-07-29 09:57:43 +02:00
2010-06-23 23:24:20 +02:00
2010-06-22 11:06:01 -04:00