Re: [U-Boot] [PATCH] fsl-lsch3: soc: Enable AHB support flexspi controller

2018-09-25 Thread Ashish Kumar
Hello York, > -Original Message- > From: York Sun > Sent: Tuesday, September 25, 2018 10:20 PM > To: Ashish Kumar ; u-boot@lists.denx.de > Cc: Rajat Srivastava ; Yogesh Narayan Gaur > > Subject: Re: [PATCH] fsl-lsch3: soc: Enable AHB support flexspi controller > > On 09/25/2018 01:44 AM,

Re: [U-Boot] [PATCH] fsl-lsch3: soc: Enable AHB support flexspi controller

2018-09-25 Thread York Sun
On 09/25/2018 01:44 AM, Ashish Kumar wrote: > Enable AHB support for flexspi controller interface meaning > memory can be accessed via md command using absolute addresses > > Signed-off-by: Yogesh Gaur > Signed-off-by: Rajat Srivastava > Signed-off-by: Ashish Kumar > --- > arch/arm/cpu/armv8/f

[U-Boot] [PATCH] fsl-lsch3: soc: Enable AHB support flexspi controller

2018-09-25 Thread Ashish Kumar
Enable AHB support for flexspi controller interface meaning memory can be accessed via md command using absolute addresses Signed-off-by: Yogesh Gaur Signed-off-by: Rajat Srivastava Signed-off-by: Ashish Kumar --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 10 ++ arch/arm/cpu/armv8/fsl-la