diff options
author | Breno Matheus Lima | 2019-07-18 12:34:08 +0000 |
---|---|---|
committer | Stefano Babic | 2019-10-08 16:35:58 +0200 |
commit | 5f2fe3b93a2583c266c67ea10ce454fc02bbd94e (patch) | |
tree | 29083e26c05d5a3ee49e4df73d53c8ddc3e81e41 /include/configs/mx7_common.h | |
parent | 91457597e3c95450ac42cf45a4a5fe7da174fd20 (diff) |
Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
Move CONFIG_CSF_SIZE to Kconfig and define default value as 0x4000.
mx8mqevk requires 0x2000 add this configuration in imx8mq_evk_defconfig
file.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'include/configs/mx7_common.h')
-rw-r--r-- | include/configs/mx7_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index 70dda35eb06..b6ded774cc4 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -45,13 +45,9 @@ #define CONFIG_ARMV7_PSCI_1_0 -/* Secure boot (HAB) support */ -#ifdef CONFIG_SECURE_BOOT -#define CONFIG_CSF_SIZE 0x4000 #ifdef CONFIG_SPL_BUILD #define CONFIG_SPL_DRIVERS_MISC_SUPPORT #endif -#endif /* * If we have defined the OPTEE ram size and not OPTEE it means that we were |