[U-Boot] [PATCH v4 04/10] am33xx: config.mk: Fix option used to enable SPI SPL image type
Lokesh Vutla
lokeshvutla at ti.com
Wed Aug 31 05:27:43 CEST 2016
On Wednesday 31 August 2016 12:36 AM, Andrew F. Davis wrote:
> The option SPL_SPI_SUPPORT is used to enable support in SPL for loading
> images from SPI flash, it should not be used to determine the build type
> of the SPL image itself. The ability to read images from SPI flash does
> not imply the SPL will be booted from SPI flash.
>
> Unconditionally build SPI flash compatible SPL images.
Acked-by: Lokesh Vutla <lokeshvutla at ti.com>
Thanks and regards,
Lokesh
>
> Signed-off-by: Andrew F. Davis <afd at ti.com>
> ---
> arch/arm/cpu/armv7/am33xx/config.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/cpu/armv7/am33xx/config.mk b/arch/arm/cpu/armv7/am33xx/config.mk
> index 431cf62..87b76d9 100644
> --- a/arch/arm/cpu/armv7/am33xx/config.mk
> +++ b/arch/arm/cpu/armv7/am33xx/config.mk
> @@ -31,13 +31,13 @@ ifeq ($(CONFIG_TI_SECURE_DEVICE),y)
> # Refer to README.ti-secure for more info
> #
> ALL-y += u-boot-spl_HS_ISSW
> -ALL-$(CONFIG_SPL_SPI_SUPPORT) += u-boot-spl_HS_SPI_X-LOADER
> +ALL-y += u-boot-spl_HS_SPI_X-LOADER
> ALL-y += u-boot-spl_HS_X-LOADER
> ALL-y += u-boot-spl_HS_MLO
> ALL-y += u-boot-spl_HS_2ND
> else
> ALL-y += MLO
> -ALL-$(CONFIG_SPL_SPI_SUPPORT) += MLO.byteswap
> +ALL-y += MLO.byteswap
> endif
> else
> ifeq ($(CONFIG_TI_SECURE_DEVICE),y)
>
More information about the U-Boot
mailing list