From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sellathu Date: Sun, 17 Jun 2007 15:24:09 +0530 Subject: [U-Boot-Users] Reading environment in IXDP425 In-Reply-To: <65487840706170248w529842ban4288575d90431e86@mail.gmail.com> References: <65487840706170248w529842ban4288575d90431e86@mail.gmail.com> Message-ID: <467504C1.3010402@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ori Idan wrote: > Hello > > I have an IXDP425 working with U-boot. > Saving environment with saveenv works fine (I tried md command to > verify it was saved). > After reset, the board does not read the environment from flash and > keeps using the default environment. > > Does anyone have an idea what might go wrong? > > I have CFG_ENV_IS_IN_FLASH > I do not have CFG_ENV_ADDR_REDUND defined. > > Check whether your environment variable is assigned by any other code. I've faced the same problem with 'ethact' variable, which is set at runtime from net/eth.c -- Sellathu