[U-Boot] [PATCH] armv8: ls1043a: disable IFC in SPL only when QSPI is used
Y.b. Lu
yangbo.lu at nxp.com
Fri Sep 15 02:11:10 UTC 2017
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 <yangbo.lu at nxp.com>; u-boot at lists.denx.de
Subject: Re: [PATCH] armv8: ls1043a: disable IFC in SPL only when QSPI is used
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 <yangbo.lu at nxp.com>
> ---
> include/configs/ls1043a_common.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/ls1043a_common.h
> b/include/configs/ls1043a_common.h
> index 002830c27e..1f9efffa56 100644
> --- a/include/configs/ls1043a_common.h
> +++ b/include/configs/ls1043a_common.h
> @@ -22,7 +22,7 @@
> #if (defined(CONFIG_SPL_BUILD) && defined(CONFIG_NAND_BOOT))
> #define SPL_NO_MMC
> #endif
> -#if (defined(CONFIG_SPL_BUILD) && defined(CONFIG_SD_BOOT))
> +#if (defined(CONFIG_SPL_BUILD) && defined(CONFIG_SD_BOOT_QSPI))
> #define SPL_NO_IFC
> #endif
>
>
More information about the U-Boot
mailing list