diff options
| author | Breno Matheus Lima <[email protected]> | 2019-07-18 12:34:08 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-10-08 16:35:58 +0200 |
| commit | 5f2fe3b93a2583c266c67ea10ce454fc02bbd94e (patch) | |
| tree | 29083e26c05d5a3ee49e4df73d53c8ddc3e81e41 /include/configs/mx7ulp_evk.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 <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include/configs/mx7ulp_evk.h')
| -rw-r--r-- | include/configs/mx7ulp_evk.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index 763a46b47fe..8964dcd40e5 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -14,12 +14,6 @@ /*Uncomment it to use secure boot*/ /*#define CONFIG_SECURE_BOOT*/ -#ifdef CONFIG_SECURE_BOOT -#ifndef CONFIG_CSF_SIZE -#define CONFIG_CSF_SIZE 0x4000 -#endif -#endif - #define CONFIG_BOARD_POSTCLK_INIT #define CONFIG_SYS_BOOTM_LEN 0x1000000 |
