summaryrefslogtreecommitdiff
path: root/include/configs/mx6sllevk.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/mx6sllevk.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/mx6sllevk.h')
-rw-r--r--include/configs/mx6sllevk.h6
1 files changed, 0 insertions, 6 deletions
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)