summaryrefslogtreecommitdiff
path: root/target/linux/at91-2.6/image/u-boot/patches/003-mac_init.patch
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2007-03-20 09:59:17 +0000
committerHamish Guthrie <hcg@openwrt.org>2007-03-20 09:59:17 +0000
commit285c45e7fd7cb54f759b17b455a0c81b5ba78962 (patch)
tree879d568b02fafee9e4d0e10e8ba6f8f1b18d5d49 /target/linux/at91-2.6/image/u-boot/patches/003-mac_init.patch
parentccb99d82df8463318b58e369af60a66b89e3c77e (diff)
downloadmtk-20170518-285c45e7fd7cb54f759b17b455a0c81b5ba78962.zip
mtk-20170518-285c45e7fd7cb54f759b17b455a0c81b5ba78962.tar.gz
mtk-20170518-285c45e7fd7cb54f759b17b455a0c81b5ba78962.tar.bz2
Added primary and secondary bootloaders
SVN-Revision: 6626
Diffstat (limited to 'target/linux/at91-2.6/image/u-boot/patches/003-mac_init.patch')
-rw-r--r--target/linux/at91-2.6/image/u-boot/patches/003-mac_init.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/at91-2.6/image/u-boot/patches/003-mac_init.patch b/target/linux/at91-2.6/image/u-boot/patches/003-mac_init.patch
new file mode 100644
index 0000000..ec5dffa
--- /dev/null
+++ b/target/linux/at91-2.6/image/u-boot/patches/003-mac_init.patch
@@ -0,0 +1,14 @@
+--- u-boot-1.1.4.org/lib_arm/board.c 2006-06-05 12:36:22.000000000 +0200
++++ u-boot-1.1.4.tmp/lib_arm/board.c 2006-06-05 12:36:44.000000000 +0200
+@@ -332,6 +332,11 @@
+ }
+ #endif /* CONFIG_DRIVER_SMC91111 || CONFIG_DRIVER_LAN91C96 */
+
++#ifdef CONFIG_MACH_VLINK
++ printf("Initialising MAC address\n\r");
++ eth_init(gd->bd);
++#endif
++
+ /* Initialize from environment */
+ if ((s = getenv ("loadaddr")) != NULL) {
+ load_addr = simple_strtoul (s, NULL, 16);