Re: [U-Boot] [PATCH 2/2] ea20: fix undefined PHY_* errors

2011-04-11 Thread Wolfgang Denk
Dear Ben Gardiner, In message you wrote: > This patch fixes ea20 after 8ef583a0351590a91394499eb5ca2ab8a703d959 where > the u-boot custom PHY_ macros were replaced with those of linux/mii.h MII_ > definitions except in the RMII support for davinci_emac. Probably also due to > the merge path of

Re: [U-Boot] [PATCH 2/2] ea20: fix undefined PHY_* errors

2011-01-12 Thread Mike Frysinger
On Tuesday, January 11, 2011 14:48:17 Ben Gardiner wrote: > This patch fixes ea20 after 8ef583a0351590a91394499eb5ca2ab8a703d959 where > the u-boot custom PHY_ macros were replaced with those of linux/mii.h MII_ > definitions except in the RMII support for davinci_emac. Probably also due > to the m

[U-Boot] [PATCH 2/2] ea20: fix undefined PHY_* errors

2011-01-11 Thread Ben Gardiner
This patch fixes ea20 after 8ef583a0351590a91394499eb5ca2ab8a703d959 where the u-boot custom PHY_ macros were replaced with those of linux/mii.h MII_ definitions except in the RMII support for davinci_emac. Probably also due to the merge path of changes in 2010.12. Signed-off-by: Ben Gardiner CC: