Re: [U-Boot] [PATCH] armv8: ls1043a: disable IFC in SPL only when QSPI is used

2017-09-14 Thread Y.b. Lu
Hi York, Thanks for your comments. The v2 patch had been sent out. Best regards, Yangbo Lu -Original Message- From: York Sun Sent: 2017年9月15日 5:18 To: Y.b. Lu ; u-boot@lists.denx.de Subject: Re: [PATCH] armv8: ls1043a: disable IFC in SPL only when QSPI is used On 09/12/2017 11:03 PM, Y

Re: [U-Boot] [PATCH] armv8: ls1043a: disable IFC in SPL only when QSPI is used

2017-09-14 Thread York Sun
On 09/12/2017 11:03 PM, Yangbo Lu wrote: > SD boot couldn't work with ls1043aqds_sdcard_ifc_defconfig since > IFC in SPL is disabled. This patch is to fix this issue. You subject matches the change. But the commit message is confusing. Please rephrase it. York > > Signed-off-by: Yangbo Lu > -

[U-Boot] [PATCH] armv8: ls1043a: disable IFC in SPL only when QSPI is used

2017-09-12 Thread Yangbo Lu
SD boot couldn't work with ls1043aqds_sdcard_ifc_defconfig since IFC in SPL is disabled. This patch is to fix this issue. Signed-off-by: Yangbo Lu --- include/configs/ls1043a_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ls1043a_common.h b/include/c