summaryrefslogtreecommitdiff
path: root/include/configs/mx6_common.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-22 18:20:44 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 19:48:58 +0800
commit39f0f68ed6db8ef10606ddd76a3362aa474633d3 (patch)
tree334a1c3ac8c78b4292f2f7cefe1c926206d9da4a /include/configs/mx6_common.h
parent65e74eb0b354cb01c8422f30f9e14dead42201b9 (diff)
downloadu-boot-imx-39f0f68ed6db8ef10606ddd76a3362aa474633d3.zip
u-boot-imx-39f0f68ed6db8ef10606ddd76a3362aa474633d3.tar.gz
u-boot-imx-39f0f68ed6db8ef10606ddd76a3362aa474633d3.tar.bz2
MLK-14506-1 HAB: Change CSF size to 0x4000
Modify the CONFIG_CSF_SIZE to 0x4000 to align with v2016.03. Also remove the duplicated setting for CSF size. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h2
1 files changed, 1 insertions, 1 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