]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/sequoia.h
net: Remove all references to CONFIG_ETHADDR and friends
[karo-tx-uboot.git] / include / configs / sequoia.h
index b6a5e6a59c98cadc2abb045d0e64756c7d8b1953..623be7d39bcf1b9869f2c6f611ac5ab037281b09 100644 (file)
 #if defined(CONFIG_SYS_RAMBOOT)
 #define CONFIG_ENV_IS_NOWHERE          /* Store env in memory only     */
 #define CONFIG_ENV_SIZE                (8 << 10)
-/*
- * In RAM-booting version, we have no environment storage. So we need to
- * provide at least preliminary MAC addresses for the 4xx EMAC driver to
- * register the interfaces. Those two addresses are generated via the
- * tools/gen_eth_addr tool and should only be used in a closed laboratory
- * environment.
- */
-#define        CONFIG_ETHADDR          4a:56:49:22:3e:43
-#define        CONFIG_ETH1ADDR         02:93:53:d5:06:98
 #else
 #define CONFIG_ENV_IS_IN_FLASH         /* use FLASH for environ vars   */
 #endif