summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSilvano di Ninno <silvano.dininno@nxp.com>2018-09-12 15:39:09 +0200
committerSilvano di Ninno <silvano.dininno@nxp.com>2018-09-13 17:14:14 +0200
commitbada3388a1c60b99abe73c22c53cd32d95294005 (patch)
tree74c132fecd5ae2526f405391d19228de40649046 /include
parent229a653ed29b6d90df256b2c00c0759c15eb2b10 (diff)
MLK-18981: OPTEE remove reverved memory
Remove reserved memory for OP-TEE in u-boot configs file. Memory is reserved through the use of device tree instead. Signed-off-by: Silvano di Ninno <silvano.dininno@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6_common.h1
-rw-r--r--include/configs/mx7_common.h1
-rw-r--r--include/configs/mx7ulp_evk.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index c5b9bfc143..866d158c4a 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -85,7 +85,6 @@
#endif
#ifdef CONFIG_IMX_OPTEE
-#define CONFIG_SYS_MEM_TOP_HIDE SZ_32M
#define TEE_ENV "tee=yes\0"
#else
#define TEE_ENV "tee=no\0"
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
index dcd8264f03..718cf16991 100644
--- a/include/configs/mx7_common.h
+++ b/include/configs/mx7_common.h
@@ -64,7 +64,6 @@
#endif
#ifdef CONFIG_IMX_OPTEE
-#define CONFIG_SYS_MEM_TOP_HIDE SZ_32M
#define TEE_ENV "tee=yes\0"
#else
#define TEE_ENV "tee=no\0"
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h
index 7005b7d774..a1d0bd3667 100644
--- a/include/configs/mx7ulp_evk.h
+++ b/include/configs/mx7ulp_evk.h
@@ -240,7 +240,6 @@
#endif
#ifdef CONFIG_IMX_OPTEE
-#define CONFIG_SYS_MEM_TOP_HIDE SZ_32M
#define TEE_ENV "tee=yes\0"
#else
#define TEE_ENV "tee=no\0"