From: Breno Lima Date: Mon, 27 Nov 2017 23:04:11 +0000 (-0200) Subject: warp: imximage.cfg: Handle the CONFIG_SECURE_BOOT case X-Git-Tag: v2018.01-rc3~9^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=55c808e3401c4faa8665e38bd3322954ae984323;p=u-boot warp: imximage.cfg: Handle the CONFIG_SECURE_BOOT case Secure boot is not enabled in warp imximage.cfg, add support for it. Signed-off-by: Breno Lima Reviewed-by: Fabio Estevam --- diff --git a/board/warp/imximage.cfg b/board/warp/imximage.cfg index 771dbb3614..84209681d9 100644 --- a/board/warp/imximage.cfg +++ b/board/warp/imximage.cfg @@ -8,6 +8,8 @@ * * The syntax is taken as close as possible with the kwbimage */ +#define __ASSEMBLY__ +#include /* image version */ @@ -20,6 +22,13 @@ IMAGE_VERSION 2 BOOT_FROM sd +/* + * Secure boot support + */ +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif + /* * Device Configuration Data (DCD) *