From e6672392e79887f15ede2f594c69fd95d7c9ade2 Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Thu, 25 Aug 2016 19:03:19 +0200 Subject: mx7_common: add secure boot support Selecting the proper options to enable the build of the HAB tools. Note, this support is disabled by default, one will have to select the SECURE_BOOT configuration through menuconfig to enable it. See doc/README.mxc_hab for more details. Also remove duplicate options from board config headers. Cc: Stefan Agner Signed-off-by: Gary Bisson --- include/configs/colibri_imx7.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/colibri_imx7.h') diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index 55d8fcf..68d1661 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -29,10 +29,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M) -/* Uncomment to enable secure boot support */ -/* #define CONFIG_SECURE_BOOT */ -#define CONFIG_CSF_SIZE 0x4000 - #define CONFIG_CMD_BMODE /* Network */ -- cgit v1.1