
11 Feb
2005
11 Feb
'05
1:46 p.m.
Hi Wolfgang,
This statement is bogus. In the default configuration of the PPChameleonEVB board, the envrionment _is_ already in flash, and no changes are needed at all.
#define CFG_ENV_IS_IN_FLASH 1
this definition is hidden by the surrounding #define ENVIRONMENT_IN_EEPROM #ifdef ENVIRONMENT_IN_EEPROM #define CFG_ENV_IS_IN_EEPROM 1
Yes, and ENVIRONMENT_IN_EEPROM is NOT defined, and the #else branch uses #define CFG_ENV_IS_IN_FLASH 1 (i. e. the default is in the #else branch.)
Hum, mine was... Maybe some of the patches from my board manufactorer added this...
This is what I wrote before: in the default configuration of the PPChameleonEVB board, the environmment is in (redundand) flash sectors.
I read it :-)
// Martin