Commit bada3388a1c60b99abe73c22c53cd32d95294005

Authored by Silvano di Ninno
1 parent 229a653ed2

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>

Showing 3 changed files with 0 additions and 3 deletions Side-by-side Diff

include/configs/mx6_common.h
... ... @@ -85,7 +85,6 @@
85 85 #endif
86 86  
87 87 #ifdef CONFIG_IMX_OPTEE
88   -#define CONFIG_SYS_MEM_TOP_HIDE SZ_32M
89 88 #define TEE_ENV "tee=yes\0"
90 89 #else
91 90 #define TEE_ENV "tee=no\0"
include/configs/mx7_common.h
... ... @@ -64,7 +64,6 @@
64 64 #endif
65 65  
66 66 #ifdef CONFIG_IMX_OPTEE
67   -#define CONFIG_SYS_MEM_TOP_HIDE SZ_32M
68 67 #define TEE_ENV "tee=yes\0"
69 68 #else
70 69 #define TEE_ENV "tee=no\0"
include/configs/mx7ulp_evk.h
... ... @@ -240,7 +240,6 @@
240 240 #endif
241 241  
242 242 #ifdef CONFIG_IMX_OPTEE
243   -#define CONFIG_SYS_MEM_TOP_HIDE SZ_32M
244 243 #define TEE_ENV "tee=yes\0"
245 244 #else
246 245 #define TEE_ENV "tee=no\0"