diff options
author | Ben Warren <bwarren@saruman.qstreams.net> | 2007-11-02 11:20:41 -0400 |
---|---|---|
committer | Ben Warren <bwarren@saruman.qstreams.net> | 2007-11-02 11:20:41 -0400 |
commit | e34a0438923a55aeb3fae8fc31ff41230969abaf (patch) | |
tree | 4be3ed35fbd50b56ac0cebecac2899d6527edbf0 /include/configs/atstk1002.h | |
parent | 31548249decf18a6b877a18436b6139dd483fe4a (diff) | |
parent | e60adeac2d8fa30258e1706bb342a3363526e8d7 (diff) | |
download | u-boot-imx-e34a0438923a55aeb3fae8fc31ff41230969abaf.zip u-boot-imx-e34a0438923a55aeb3fae8fc31ff41230969abaf.tar.gz u-boot-imx-e34a0438923a55aeb3fae8fc31ff41230969abaf.tar.bz2 |
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'include/configs/atstk1002.h')
-rw-r--r-- | include/configs/atstk1002.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 1809fc5..b33e26f 100644 --- a/include/configs/atstk1002.h +++ b/include/configs/atstk1002.h @@ -114,15 +114,10 @@ #define CONFIG_AUTOBOOT_STOP_STR " " /* - * These are "locally administered ethernet addresses" generated by - * ./tools/gen_eth_addr - * - * After booting the board for the first time, new addresses should be - * generated and assigned to the environment variables "ethaddr" and - * "eth1addr". + * After booting the board for the first time, new ethernet addresses + * should be generated and assigned to the environment variables + * "ethaddr" and "eth1addr". This is normally done during production. */ -#define CONFIG_ETHADDR 6a:87:71:14:cd:cb -#define CONFIG_ETH1ADDR ca:f8:15:e6:3e:e6 #define CONFIG_OVERWRITE_ETHADDR_ONCE 1 #define CONFIG_NET_MULTI 1 |