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/mx6ul_14x14_evk/imximage.cfg | 4 ++++ board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'board/freescale/mx6ul_14x14_evk') diff --git a/board/freescale/mx6ul_14x14_evk/imximage.cfg b/board/freescale/mx6ul_14x14_evk/imximage.cfg index c311593..07406d4 100644 --- a/board/freescale/mx6ul_14x14_evk/imximage.cfg +++ b/board/freescale/mx6ul_14x14_evk/imximage.cfg @@ -27,6 +27,10 @@ BOOT_FROM sd PLUGIN board/freescale/mx6ul_14x14_evk/plugin.bin 0x00907000 #else +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif + /* * Device Configuration Data (DCD) * diff --git a/board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg b/board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg index a6486b1..b76ba54 100644 --- a/board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg +++ b/board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg @@ -27,6 +27,10 @@ BOOT_FROM sd PLUGIN board/freescale/mx6ul_14x14_evk/plugin.bin 0x00907000 #else +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif + /* * Device Configuration Data (DCD) * -- cgit v1.1