Re: [U-Boot] [PATCH] axs101: fix dw gmac instantiation for updated dw gmac driver

2014-02-21 Thread Alexey Brodkin
On Sat, 2014-02-08 at 10:24 +0400, Alexey Brodkin wrote: > With accepted change to DW GMAC driver - > 92a190aaab3536d695c51e0739f925910eb49889 (net/designware - switch driver > to phylib usage) we need to update this board because > "designware_initialize" now accepts only 2 parameters instead of 4

[U-Boot] [PATCH] axs101: fix dw gmac instantiation for updated dw gmac driver

2014-02-07 Thread Alexey Brodkin
With accepted change to DW GMAC driver - 92a190aaab3536d695c51e0739f925910eb49889 (net/designware - switch driver to phylib usage) we need to update this board because "designware_initialize" now accepts only 2 parameters instead of 4. Cc: Vineet Gupta Cc: Tom Rini Signed-off-by: Alexey Brodkin