From 6c9e789e9e47de6146efefa48224b085501bc094 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 15 Mar 2005 22:56:53 +0000 Subject: 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 --- include/configs/TQM8540.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h index 40d4483..7d3d60f 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 */ -- cgit v1.1