Skip to content

Commit

Permalink
warp: imximage.cfg: Handle the CONFIG_SECURE_BOOT case
Browse files Browse the repository at this point in the history
Secure boot is not enabled in warp imximage.cfg, add support for it.

Signed-off-by: Breno Lima <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
  • Loading branch information
brenolimanxp authored and sbabic committed Dec 29, 2017
1 parent 4e14865 commit 55c808e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions board/warp/imximage.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*
* The syntax is taken as close as possible with the kwbimage
*/
#define __ASSEMBLY__
#include <config.h>

/* image version */

Expand All @@ -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)
*
Expand Down

0 comments on commit 55c808e

Please sign in to comment.