Re: [U-Boot] [PATCH] driver/fsl_ifc: Add a function to finalize CS0 address binding

2014-04-23 Thread York Sun
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 > --- Applie

[U-Boot] [PATCH] driver/fsl_ifc: Add a function to finalize CS0 address binding

2014-03-19 Thread York Sun
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 --- drivers/misc/fsl_ifc.c |7 +++ include/fsl_ifc.h