
In message 420C9E1D.1010208@egholm-nielsen.dk you wrote:
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
Don't know it you care at all :-), but in my default PPChameleon config
I do care.
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.)
This is what I wrote before: in the default configuration of the PPChameleonEVB board, the environmment is in (redundand) flash sectors.
If you remove the EEPROM, you should also remove the EEPROm relevant config options from the config file.
Good idea. I removed "CFG_CMD_EEPROM" from the "CONFIG_COMMANDS" - that should do it...
Indeed.
Thanks again!
You are welcome.
Best regards,
Wolfgang Denk