aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mx6ullevk.h
diff options
context:
space:
mode:
authorBreno Matheus Lima <breno.lima@nxp.com>2019-07-18 12:34:08 +0000
committerStefano Babic <sbabic@denx.de>2019-10-08 16:35:58 +0200
commit5f2fe3b93a2583c266c67ea10ce454fc02bbd94e (patch)
tree29083e26c05d5a3ee49e4df73d53c8ddc3e81e41 /include/configs/mx6ullevk.h
parent91457597e3c95450ac42cf45a4a5fe7da174fd20 (diff)
downloadu-boot-5f2fe3b93a2583c266c67ea10ce454fc02bbd94e.zip
u-boot-5f2fe3b93a2583c266c67ea10ce454fc02bbd94e.tar.gz
u-boot-5f2fe3b93a2583c266c67ea10ce454fc02bbd94e.tar.bz2
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/mx6ullevk.h')
-rw-r--r--include/configs/mx6ullevk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h
index f5f3de6..3bcd0d3 100644
--- a/include/configs/mx6ullevk.h
+++ b/include/configs/mx6ullevk.h
@@ -13,12 +13,6 @@
#include "mx6_common.h"
#include <asm/mach-imx/gpio.h>
-#ifdef CONFIG_SECURE_BOOT
-#ifndef CONFIG_CSF_SIZE
-#define CONFIG_CSF_SIZE 0x4000
-#endif
-#endif
-
#define PHYS_SDRAM_SIZE SZ_512M
/* Size of malloc() pool */