summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-02-25 14:05:21 +0800
committerPeng Fan <peng.fan@nxp.com>2019-02-25 17:03:46 +0800
commit1623426811bdf59c3d5dcab2be20293910a9bc5d (patch)
treec7597daf1bf192314425b995fb8d79ddc715dcd5 /include
parent12c3653e16aae2e0b660744a40ee4bde39888531 (diff)
MLK-20974 imx8qm: remove trusty support in domu
Remove trusty support in domu, since trusty EL3 not ready to handle tipc being interrupt by xen. But we still leave the memory for trusty, then it could be easy to add trusty back. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Flynn xu <flynn.xu@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8qm_mek_android_auto_xen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8qm_mek_android_auto_xen.h b/include/configs/imx8qm_mek_android_auto_xen.h
index 0afee123647..89b58d8b0cf 100644
--- a/include/configs/imx8qm_mek_android_auto_xen.h
+++ b/include/configs/imx8qm_mek_android_auto_xen.h
@@ -19,7 +19,7 @@
#define PHYS_SDRAM_1 0x80000000
#define PHYS_SDRAM_2 0x200000000
#define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */
-#define PHYS_SDRAM_2_SIZE 0x60000000 /* 1536 MB */
+#define PHYS_SDRAM_2_SIZE 0x50000000 /* 1280 MB */
#undef CONFIG_LOADADDR
#define CONFIG_LOADADDR 0x80080000