From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 25 Sep 2014 13:59:17 -0700 Subject: [U-Boot] [PATCH] board/ls2085a: Update env_addr after NOR flash relocation In-Reply-To: <1405338344-23865-1-git-send-email-prabhakar@freescale.com> References: <1405338344-23865-1-git-send-email-prabhakar@freescale.com> Message-ID: <54248225.6040707@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/14/2014 04:45 AM, Prabhakar Kushwaha wrote: > LS2085a has 2 regions in system memory map. Region1 is default map from > where system boots. Once u-boot is moved to DDR, IFC is re-mapped to > Region2. > > So, update gd->env_addr to reflect correct address. > > Signed-off-by: Prabhakar Kushwaha > --- Applied to u-boot-fsl-qoriq, awaiting upstream. York