summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-09-07 16:49:45 +0800
committerYe Li <ye.li@nxp.com>2022-04-06 18:04:21 +0800
commitee089bcd7deeb5fb3ac703b595d8e6cf0fe96d18 (patch)
tree0f5e9d74ff36611a316aeefa2b3098e9114ccb29 /include
parent2e73d881133a93bcbb2013bd4e4075fdbd11bce8 (diff)
MLK-19494 configs: imx8qm mek android audo: correct xen physical memory
XEN tool has changed GUEST_RAM0_BASE to 2GB, since we assigned 3584M RAM to DomU, so reflect the change in configuration file. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 9486251ced24e3bf3ecbff68a8f9476e694e5bf7) (cherry picked from commit 0278b14507731b465652aa41c4a95dafa66da5d1) (cherry picked from commit d9372c4502c7d958d608911b50a418871ccc4540) (cherry picked from commit b8292d78582ff4dfdd154234be76db9ccd17c519) (cherry picked from commit f5b1dd181141b1be620d0477e18cf8588bbabdf7)
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8qm_mek_android_auto_xen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/imx8qm_mek_android_auto_xen.h b/include/configs/imx8qm_mek_android_auto_xen.h
index 62d94ce769..8524f15bb9 100644
--- a/include/configs/imx8qm_mek_android_auto_xen.h
+++ b/include/configs/imx8qm_mek_android_auto_xen.h
@@ -16,10 +16,10 @@
#define CONFIG_SYS_SDRAM_BASE 0x40000000
#define CONFIG_NR_DRAM_BANKS 2
-#define PHYS_SDRAM_1 0x40000000
+#define PHYS_SDRAM_1 0x80000000
#define PHYS_SDRAM_2 0x200000000
-#define PHYS_SDRAM_1_SIZE 0xC0000000 /* 3 GB */
-#define PHYS_SDRAM_2_SIZE 0x20000000 /* 512 MB */
+#define PHYS_SDRAM_1_SIZE 0x40000000 /* 2 GB */
+#define PHYS_SDRAM_2_SIZE 0x60000000 /* 1536 MB */
#undef CONFIG_LOADADDR
#define CONFIG_LOADADDR 0x40280000