]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Remove all references to CONFIG_ETHADDR and friends
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 4 May 2015 19:55:14 +0000 (14:55 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 19 May 2015 18:33:21 +0000 (13:33 -0500)
commit92ac520821405e196c920d60921bdfa5ab6b878c
tree64331eefb4a40a516281e4c9938c40953781c6bf
parentbef1014b31c5b33052bcaa865ba3618d73e906f0
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>
82 files changed:
README
doc/README.enetaddr
drivers/net/greth.c
drivers/net/lan91c96.c
examples/standalone/README.smc91111_eeprom
include/configs/M5208EVBE.h
include/configs/M5235EVB.h
include/configs/M5272C3.h
include/configs/M5282EVB.h
include/configs/M53017EVB.h
include/configs/M5329EVB.h
include/configs/M5373EVB.h
include/configs/M54418TWR.h
include/configs/M54451EVB.h
include/configs/M54455EVB.h
include/configs/M5475EVB.h
include/configs/M5485EVB.h
include/configs/MPC8536DS.h
include/configs/MPC8540ADS.h
include/configs/MPC8541CDS.h
include/configs/MPC8544DS.h
include/configs/MPC8548CDS.h
include/configs/MPC8555CDS.h
include/configs/MPC8560ADS.h
include/configs/MPC8568MDS.h
include/configs/MPC8572DS.h
include/configs/MPC8610HPCD.h
include/configs/MPC8641HPCN.h
include/configs/a4m072.h
include/configs/bct-brettl2.h
include/configs/bf518f-ezbrd.h
include/configs/bf526-ezbrd.h
include/configs/bf527-ezkit.h
include/configs/bf533-ezkit.h
include/configs/bf533-stamp.h
include/configs/bf537-minotaur.h
include/configs/bf537-pnav.h
include/configs/bf537-srv1.h
include/configs/bf537-stamp.h
include/configs/bf538f-ezkit.h
include/configs/bf548-ezkit.h
include/configs/bf561-acvilon.h
include/configs/bf561-ezkit.h
include/configs/blackstamp.h
include/configs/blackvme.h
include/configs/br4.h
include/configs/cm-bf527.h
include/configs/cm-bf533.h
include/configs/cm-bf537e.h
include/configs/cm-bf537u.h
include/configs/cm-bf548.h
include/configs/cm-bf561.h
include/configs/cobra5272.h
include/configs/dbau1x00.h
include/configs/ea20.h
include/configs/gr_cpci_ax2000.h
include/configs/gr_ep2s60.h
include/configs/gr_xc3s_1500.h
include/configs/grsim.h
include/configs/grsim_leon2.h
include/configs/ibf-dsp561.h
include/configs/inka4x0.h
include/configs/microblaze-generic.h
include/configs/motionpro.h
include/configs/omap3_cairo.h
include/configs/pb1x00.h
include/configs/pr1.h
include/configs/sbc405.h
include/configs/sbc8548.h
include/configs/sbc8641d.h
include/configs/scb9328.h
include/configs/sequoia.h
include/configs/stxgp3.h
include/configs/stxssa.h
include/configs/tcm-bf518.h
include/configs/tcm-bf537.h
include/configs/uniphier.h
include/configs/v38b.h
include/configs/work_92105.h
include/configs/xaeniax.h
include/configs/zeus.h
include/env_default.h