From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 06 May 2014 14:20:22 +0200 Subject: [U-Boot] [PATCH] env_eeprom: Assign default environment during board_init_f In-Reply-To: <9ce3bf15819bc6aef95f491a40225d08c91aa285.1398433742.git.michal.simek@xilinx.com> References: <9ce3bf15819bc6aef95f491a40225d08c91aa285.1398433742.git.michal.simek@xilinx.com> Message-ID: <5368D386.2050408@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 04/25/2014 03:49 PM, Michal Simek wrote: > From: 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 > Signed-off-by: Michal Simek > --- > > common/env_eeprom.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/common/env_eeprom.c b/common/env_eeprom.c > index 0db2bb6..a4020bc 100644 > --- a/common/env_eeprom.c > +++ b/common/env_eeprom.c > @@ -224,6 +224,7 @@ int env_init(void) > #else > int env_init(void) > { > +#ifdef ENV_IS_EMBEDDED > ulong crc, len, new; > unsigned off; > uchar buf[64]; > @@ -256,6 +257,10 @@ int env_init(void) > gd->env_addr = 0; > gd->env_valid = 0; > } > +#else > + gd->env_addr = (ulong)&default_environment[0]; > + gd->env_valid = 1; > +#endif > > return 0; > } > -- > 1.8.2.3 Any comment on this? Thanks, Michal -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 263 bytes Desc: OpenPGP digital signature URL: