From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:30:57 -0700 Subject: [U-Boot] [PATCH] driver/fsl_ifc: Add a function to finalize CS0 address binding In-Reply-To: <1395262354-16764-1-git-send-email-yorksun@freescale.com> References: <1395262354-16764-1-git-send-email-yorksun@freescale.com> Message-ID: <53583F21.3070502@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 03/19/2014 01:52 PM, York Sun wrote: > For fsl-lsch3 NOR flash boot, IFC CS0 needs to be binded with address > within 32-bit at fist. After u-boot relocates to DDR, CS0 can be binded > to higher address to support large space. > > Signed-off-by: York Sun > CC: Prabhakar Kushwaha > --- Applied to u-boot-mpc85xx/master. York