summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-03-15 22:56:53 +0000
committerwdenk <wdenk>2005-03-15 22:56:53 +0000
commit6c9e789e9e47de6146efefa48224b085501bc094 (patch)
tree00649fee2880baba1c18f926c1dc8e3c085ee126 /include
parent911d08f6ae244c6407fff268585e5b9544ce8adb (diff)
downloadblackbird-obmc-uboot-6c9e789e9e47de6146efefa48224b085501bc094.tar.gz
blackbird-obmc-uboot-6c9e789e9e47de6146efefa48224b085501bc094.zip
Update code for TQM8540 board (and 85xx in general):
- Change the name of the Ethernet driver: MOTO ENET -> ENET - Reformat boot messages - Enable redundant environment - Replace the -O2 optimization flag with -mno-string
Diffstat (limited to 'include')
-rw-r--r--include/configs/TQM8540.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h
index 40d4483800..7d3d60f818 100644
--- a/include/configs/TQM8540.h
+++ b/include/configs/TQM8540.h
@@ -297,7 +297,7 @@
#define FEC_PHY_ADDR 0
#define FEC_PHYIDX 0
-#define CONFIG_ETHPRIME "MOTO ENET2"
+#define CONFIG_ETHPRIME "ENET1"
#endif /* CONFIG_TSEC_ENET */
@@ -310,6 +310,8 @@
#define CFG_ENV_ADDR (CFG_MONITOR_BASE - 0x20000)
#define CFG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */
#define CFG_ENV_SIZE 0x2000
+ #define CFG_ENV_OFFSET_REDUND (CFG_ENV_OFFSET-CFG_ENV_SECT_SIZE)
+ #define CFG_ENV_SIZE_REDUND (CFG_ENV_SIZE)
#else
#define CFG_NO_FLASH 1 /* Flash is not usable now */
#define CFG_ENV_IS_NOWHERE 1 /* Store ENV in memory only */
OpenPOWER on IntegriCloud