Re: [U-Boot] [PATCH 1/2] armv8: layerscape: spl: Initialize QSPI AHB for QSPI boot

2018-07-27 Thread York Sun
On 06/26/2018 02:49 PM, York Sun wrote: > To get full access of QSPI space, initialize AHB interface. > > Signed-off-by: York Sun > --- Applied to fsl-qoriq, awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/li

[U-Boot] [PATCH 1/2] armv8: layerscape: spl: Initialize QSPI AHB for QSPI boot

2018-06-26 Thread York Sun
To get full access of QSPI space, initialize AHB interface. Signed-off-by: York Sun --- arch/arm/cpu/armv8/fsl-layerscape/spl.c| 4 arch/arm/include/asm/arch-fsl-layerscape/soc.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/spl.c b/arch/