summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-07-18 00:01:06 (GMT)
committerStefan Roese <sr@denx.de>2009-07-24 04:42:32 (GMT)
commit086ff34a3a7e5e595630d658c1c13778399452d1 (patch)
tree5a9e892bd148204c9fb98f3c1e3c9b51d493387d /include/configs
parent108d6d0099372f9f6532c3198fbaacabc121c9b3 (diff)
downloadu-boot-fsl-qoriq-086ff34a3a7e5e595630d658c1c13778399452d1.tar.xz
xpedite1k: Remove support for reading MACs from EEPROM
By default, the XPedite1000 comes installed with xMon, a proprietary bootloader. xMon stores its MAC address in an onboard EEPROM. Rather than requiring a non-standard location in the EEPROM to be reserved for MAC addresses, store the MAC addresses in U-Boot's standard environment. A U-Boot application or OS application can be used to migrate xMon MAC addresses to U-Boot's environment if necessary. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/XPEDITE1K.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h
index 57878a2..93c4b0a 100644
--- a/include/configs/XPEDITE1K.h
+++ b/include/configs/XPEDITE1K.h
@@ -38,7 +38,6 @@
#define CONFIG_440 1
#define CONFIG_440GX 1 /* 440 GX */
#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */
-#define CONFIG_MISC_INIT_R
#define CONFIG_SYS_CLK_FREQ 33333333 /* external freq to pll */