Merge branch 'u-boot/master' into 'u-boot-arm/master'
[oweals/u-boot.git] / board / BuS / vl_ma2sc / vl_ma2sc.c
index 63f7ad9a7adbc60d11ee89b3d398b57a8c87ee4a..e4e1a8572f112243542849dfe53637b1045c2ffd 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <config.h>
 #include <common.h>
-#include <asm/sizes.h>
+#include <linux/sizes.h>
 #include <asm/io.h>
 #include <asm/gpio.h>
 #include <asm/arch/hardware.h>
@@ -280,7 +280,7 @@ void reset_phy(void)
         * Initialize ethernet HW addr prior to starting Linux,
         * needed for nfsroot
         */
-       eth_init(gd->bd);
+       eth_init();
 #endif
 }
 #endif