diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6_common.h | 2 | ||||
-rw-r--r-- | include/configs/mx6sllevk.h | 6 | ||||
-rw-r--r-- | include/configs/mx7_common.h | 2 |
3 files changed, 2 insertions, 8 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 568f236..8d90e14 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -110,7 +110,7 @@ defined(CONFIG_MX6DL)) && !defined(CONFIG_MX6S) /* Secure boot (HAB) support */ #ifdef CONFIG_SECURE_BOOT -#define CONFIG_CSF_SIZE 0x2000 +#define CONFIG_CSF_SIZE 0x4000 #define CONFIG_CMD_DEKBLOB #ifdef CONFIG_SPL_BUILD #define CONFIG_SPL_DRIVERS_MISC_SUPPORT diff --git a/include/configs/mx6sllevk.h b/include/configs/mx6sllevk.h index 7e38a05..f68a30b 100644 --- a/include/configs/mx6sllevk.h +++ b/include/configs/mx6sllevk.h @@ -11,12 +11,6 @@ #include "mx6_common.h" -#ifdef CONFIG_SECURE_BOOT -#ifndef CONFIG_CSF_SIZE -#define CONFIG_CSF_SIZE 0x4000 -#endif -#endif - /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index 26894cb..c90c5d2 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -70,7 +70,7 @@ /* Secure boot (HAB) support */ #ifdef CONFIG_SECURE_BOOT -#define CONFIG_CSF_SIZE 0x2000 +#define CONFIG_CSF_SIZE 0x4000 #define CONFIG_CMD_DEKBLOB #endif |