diff options
author | Jesse Gilles <jgilles@multitech.com> | 2010-12-20 15:30:16 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2010-12-20 15:30:16 -0600 |
commit | ee0e494d8f9fa65e1a1491423edbe60945e37dd1 (patch) | |
tree | 394a01ba773e203eedc130696ed8999e5486e10e | |
parent | 9d8fee76b0e3e697bb9f4ad068529657c4e22584 (diff) |
u-boot: change default ethernet hardware address
-rw-r--r-- | recipes/u-boot/u-boot-1.3.4/mtcdp/u-boot-1.3.4-mts.patch | 2 | ||||
-rw-r--r-- | recipes/u-boot/u-boot_1.3.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/u-boot/u-boot-1.3.4/mtcdp/u-boot-1.3.4-mts.patch b/recipes/u-boot/u-boot-1.3.4/mtcdp/u-boot-1.3.4-mts.patch index 412837a545..4d05ba3d75 100644 --- a/recipes/u-boot/u-boot-1.3.4/mtcdp/u-boot-1.3.4-mts.patch +++ b/recipes/u-boot/u-boot-1.3.4/mtcdp/u-boot-1.3.4-mts.patch @@ -2840,7 +2840,7 @@ diff -uprN u-boot-1.3.4-vanilla/include/configs/at91sam9g20ek.h u-boot-1.3.4/inc +#define CONFIG_AUTO_COMPLETE 1 + +#define CONFIG_ENV_OVERWRITE 1 -+#define CONFIG_ETHADDR 00:D0:A0:02:0D:E1 ++#define CONFIG_ETHADDR 00:08:00:87:00:02 +#define CONFIG_IPADDR 192.168.2.1 +#define CONFIG_NETMASK 255.255.255.0 +#define CONFIG_SERVERIP 192.168.2.2 diff --git a/recipes/u-boot/u-boot_1.3.4.bb b/recipes/u-boot/u-boot_1.3.4.bb index 4b6a20d1ba..1ad760f046 100644 --- a/recipes/u-boot/u-boot_1.3.4.bb +++ b/recipes/u-boot/u-boot_1.3.4.bb @@ -1,6 +1,6 @@ require u-boot.inc -PR = "r6" +PR = "r7" ALLOW_EMPTY = 1 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" |