diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-16 19:05:30 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-18 21:16:08 -0400 |
commit | 8d1fea2c4041e665c96944e3f6fcffbde55db34b (patch) | |
tree | d7cfe7f789c7641b8ba35cc8daa1e7972080799f /include/configs/bf537-minotaur.h | |
parent | baf357050353aee30c04f3f4b868426cb54468ca (diff) | |
download | u-boot-imx-8d1fea2c4041e665c96944e3f6fcffbde55db34b.zip u-boot-imx-8d1fea2c4041e665c96944e3f6fcffbde55db34b.tar.gz u-boot-imx-8d1fea2c4041e665c96944e3f6fcffbde55db34b.tar.bz2 |
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>
Diffstat (limited to 'include/configs/bf537-minotaur.h')
-rw-r--r-- | include/configs/bf537-minotaur.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/bf537-minotaur.h b/include/configs/bf537-minotaur.h index 23c2d33..463b7d0 100644 --- a/include/configs/bf537-minotaur.h +++ b/include/configs/bf537-minotaur.h @@ -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 */ /* |