summaryrefslogtreecommitdiff
path: root/include/configs/ea20.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-05-04 19:55:14 (GMT)
committerJoe Hershberger <joe.hershberger@ni.com>2015-05-19 18:33:21 (GMT)
commit92ac520821405e196c920d60921bdfa5ab6b878c (patch)
tree64331eefb4a40a516281e4c9938c40953781c6bf /include/configs/ea20.h
parentbef1014b31c5b33052bcaa865ba3618d73e906f0 (diff)
downloadu-boot-92ac520821405e196c920d60921bdfa5ab6b878c.tar.xz
net: Remove all references to CONFIG_ETHADDR and friends
We really don't want boards defining fixed MAC addresses in their config so we just remove the option to set it in a fixed way. If you must have a MAC address that was not provisioned, then use the random MAC address functionality. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/ea20.h')
-rw-r--r--include/configs/ea20.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ea20.h b/include/configs/ea20.h
index ae89368..fc02b30 100644
--- a/include/configs/ea20.h
+++ b/include/configs/ea20.h
@@ -242,7 +242,6 @@
"rootpath=/opt/eldk/arm\0" \
"splashpos=230,180\0" \
"testrfspath=/opt/eldk/test_arm\0" \
- "tempmac=setenv ethaddr 02:ea:20:ff:ff:ff\0" \
"nandargs=setenv bootargs rootfstype=ubifs ro chk_data_crc " \
"ubi.mtd=${as} root=ubi0:rootfs\0" \
"nandrwargs=setenv bootargs rootfstype=ubifs rw chk_data_crc " \
@@ -315,6 +314,6 @@
"fi;" \
"else echo U-Boot not downloaded..exiting;fi\0" \
"ubootupd_nand=echo run load_magic,run load_nand,run upd;\0" \
- "bootcmd=run tempmac;run net_testrfs\0"
+ "bootcmd=run net_testrfs\0"
#endif /* __CONFIG_H */