mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 23:53:33 +08:00
Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR
MAC addresses should not be hardcoded in boards to avoid random link level conflicts. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
baf3570503
commit
8d1fea2c40
@ -87,9 +87,8 @@
|
||||
|
||||
#define CONFIG_SYS_AUTOLOAD "no"
|
||||
#define CONFIG_ROOTPATH /romfs
|
||||
/* Use a fixed MAC address for booting up. Firstboot linux
|
||||
* must fetch a valid MAC from the production server. */
|
||||
#define CONFIG_ETHADDR 02:80:ad:20:31:42
|
||||
/* Uncomment next line to use fixed MAC address */
|
||||
/* #define CONFIG_ETHADDR 02:80:ad:20:31:42 */
|
||||
|
||||
|
||||
/*
|
||||
|
@ -87,9 +87,8 @@
|
||||
|
||||
#define CONFIG_SYS_AUTOLOAD "no"
|
||||
#define CONFIG_ROOTPATH /romfs
|
||||
/* Use a fixed MAC address for booting up. Firstboot linux
|
||||
* must fetch a valid MAC from the production server. */
|
||||
#define CONFIG_ETHADDR 02:80:ad:20:31:42
|
||||
/* Uncomment next line to use fixed MAC address */
|
||||
/* #define CONFIG_ETHADDR 02:80:ad:20:31:42 */
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user