[Buildroot] [PATCH 1/1] configs/imx8{m, mm}pico: disable ATF SSP

Fabio Estevam festevam at gmail.com
Fri Oct 28 03:03:59 UTC 2022


Hi Baruch,

On Thu, Oct 27, 2022 at 12:24 PM Baruch Siach <baruch at tkos.co.il> wrote:

> The global fix might be this:
>
> diff --git a/boot/arm-trusted-firmware/Config.in b/boot/arm-trusted-firmware/Config.in
> index 5070849d9b43..a9b9bbcc5a1f 100644
> --- a/boot/arm-trusted-firmware/Config.in
> +++ b/boot/arm-trusted-firmware/Config.in
> @@ -212,7 +212,6 @@ config BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_ARM32_TOOLCHAIN
>
>  config BR2_TARGET_ARM_TRUSTED_FIRMWARE_SSP
>         bool "Build with SSP"
> -       default y
>         depends on BR2_TOOLCHAIN_HAS_SSP
>         depends on !BR2_SSP_NONE
>         help
>
> Commit cf176128ec4 ("boot/arm-trusted-firmware: add SSP option")
> mentions that not all platform implement the require hook for SSP. So I
> think that enabling SSP by default is not the right choice.

Yes, that is a proper fix.

Thanks



More information about the buildroot mailing list