From 2398e5ff576c6f0de86856f4b116315d0b34556b Mon Sep 17 00:00:00 2001 From: Ye Li Date: Wed, 16 Mar 2016 14:39:06 +0800 Subject: MLK-12500-2 HAB: Add commented secure boot configurations CONFIG_SECURE_BOOT is used for signed image building, this configuration is not enabled at default. Comment it in mx6/mx7 common header file. Users can uncomment it to enable. Also add CONFIG_CSF_SIZE for defining the CSF reserved size and resize the CONFIG_CSF_SIZE to 0x4000 to align with v2016.03. Signed-off-by: Ye Li (cherry picked from commit 01cc7d9bc205251c13712418d51f3a4d7b20861b) --- board/freescale/mx6slevk/imximage.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'board/freescale/mx6slevk/imximage.cfg') diff --git a/board/freescale/mx6slevk/imximage.cfg b/board/freescale/mx6slevk/imximage.cfg index a8c940e..c6492b9 100644 --- a/board/freescale/mx6slevk/imximage.cfg +++ b/board/freescale/mx6slevk/imximage.cfg @@ -28,6 +28,10 @@ BOOT_FROM sd PLUGIN board/freescale/mx6slevk/plugin.bin 0x00907000 #else +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif + /* * Device Configuration Data (DCD) * -- cgit v1.1