From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 10:14:51 -0700 Subject: [U-Boot] [PATCH] armv8: ls1043a: copy kernel from QSPI when booting with QSPI enabled In-Reply-To: <1461574433-18147-1-git-send-email-Qianyu.Gong@nxp.com> References: <1461574433-18147-1-git-send-email-Qianyu.Gong@nxp.com> Message-ID: <57448C0B.9000702@nxp.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/25/2016 02:03 AM, Gong Qianyu wrote: > IFC won't be initialized in U-Boot if QSPI is enabled on LS1043AQDS. > So this patch could fix 'sync abort' caused by autoboot that tries to > access IFC address. > > Signed-off-by: Gong Qianyu > --- > include/configs/ls1043a_common.h | 5 +++++ > 1 file changed, 5 insertions(+) > Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York