[U-Boot] [PATCH] mx6sxsabresd: imximage.cfg: Handle the CONFIG_SECURE_BOOT case
Peng Fan
peng.fan at nxp.com
Fri Jun 14 01:19:47 UTC 2019
> Subject: [PATCH] mx6sxsabresd: imximage.cfg: Handle the
> CONFIG_SECURE_BOOT case
>
> Secure boot is not enabled in mx6sxsabresd imximage.cfg, add support for it.
>
> Signed-off-by: Breno Lima <breno.lima at nxp.com>
> ---
> board/freescale/mx6sxsabresd/imximage.cfg | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/board/freescale/mx6sxsabresd/imximage.cfg
> b/board/freescale/mx6sxsabresd/imximage.cfg
> index 3e94f6ab66..0354bb36e2 100644
> --- a/board/freescale/mx6sxsabresd/imximage.cfg
> +++ b/board/freescale/mx6sxsabresd/imximage.cfg
> @@ -17,6 +17,13 @@ IMAGE_VERSION 2
>
> BOOT_FROM sd
>
> +/*
> + * Secure boot support
> + */
> +#ifdef CONFIG_SECURE_BOOT
> +CSF CONFIG_CSF_SIZE
> +#endif
> +
> /*
> * Device Configuration Data (DCD)
Reviewed-by: Peng Fan <peng.fan at nxp.com>
> *
> --
> 2.17.1
More information about the U-Boot
mailing list