
28 Nov
2017
28 Nov
'17
12:04 a.m.
From: Breno Lima breno.lima@nxp.com
Secure boot is not enabled in warp imximage.cfg, add support for it.
Signed-off-by: Breno Lima breno.lima@nxp.com --- board/warp/imximage.cfg | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/board/warp/imximage.cfg b/board/warp/imximage.cfg index 771dbb3..8420968 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 <config.h>
/* image version */
@@ -21,6 +23,13 @@ IMAGE_VERSION 2 BOOT_FROM sd
/* + * Secure boot support + */ +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif + +/* * Device Configuration Data (DCD) * * Each entry must have the format:
--
2.7.4