Re: [U-Boot] [PATCH v2] env_eeprom: Assign default environment during board_init_f

2014-05-28 Thread Michal Simek
On 05/26/2014 04:21 PM, Siva Durga Prasad Paladugu wrote: > Assign default environment and set env valid during board_init_f > before relocation as the actual environment will be read from eeprom > later. > > Signed-off-by: Siva Durga Prasad Paladugu > --- > > Changes in v2: > -Handled the same

[U-Boot] [PATCH v2] env_eeprom: Assign default environment during board_init_f

2014-05-26 Thread Siva Durga Prasad Paladugu
Assign default environment and set env valid during board_init_f before relocation as the actual environment will be read from eeprom later. Signed-off-by: Siva Durga Prasad Paladugu --- Changes in v2: -Handled the same in redundant env case also as per review comment. common/env_eeprom.c |