diff options
author | Breno Lima <breno.lima@nxp.com> | 2017-11-27 21:04:11 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-12-29 11:18:59 +0100 |
commit | 55c808e3401c4faa8665e38bd3322954ae984323 (patch) | |
tree | 083a12a234c2cda4e4c9ac7e6cee98f30492cd92 /board | |
parent | 4e14865537b7c286c4d3bde226683b692e5cac75 (diff) |
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 <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/warp/imximage.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
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 <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: |