mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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>
This commit is contained in:

committed by
Stefano Babic

parent
4e14865537
commit
55c808e340
@ -8,6 +8,8 @@
|
|||||||
*
|
*
|
||||||
* The syntax is taken as close as possible with the kwbimage
|
* The syntax is taken as close as possible with the kwbimage
|
||||||
*/
|
*/
|
||||||
|
#define __ASSEMBLY__
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
/* image version */
|
/* image version */
|
||||||
|
|
||||||
@ -20,6 +22,13 @@ IMAGE_VERSION 2
|
|||||||
|
|
||||||
BOOT_FROM sd
|
BOOT_FROM sd
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Secure boot support
|
||||||
|
*/
|
||||||
|
#ifdef CONFIG_SECURE_BOOT
|
||||||
|
CSF CONFIG_CSF_SIZE
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Device Configuration Data (DCD)
|
* Device Configuration Data (DCD)
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user