From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 22 May 2015 13:56:28 -0700 Subject: [U-Boot] [PATCH] arm: ls102xa: Adjust the load address of U-Boot for NOR boot In-Reply-To: <1429603478-43057-1-git-send-email-b18965@freescale.com> References: <1429603478-43057-1-git-send-email-b18965@freescale.com> Message-ID: <555F97FC.9010305@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 04/21/2015 01:04 AM, Alison Wang wrote: > The original load address of U-Boot is 0x67f80000. The address > space of NOR flash is 0x60000000 to 0x67ffffff. It will cause > the size of u-boot couldn't be larger than 512K. As more features > are supported in u-boot, the size of u-boot is larger than 512K. > > To fix this issue, the load address of U-Boot for NOR boot is > adjusted to 0x60100000. > > In RCW, the PBI command needs to change as follows: > .pbi > -write 0xee0200, 0x67f80000 > +write 0xee0200, 0x60100000 > .end > > Signed-off-by: Alison Wang > --- Applied to u-boot-fsl-qoriq master. Awaiting upstream. York