summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-09-12 14:32:27 +0800
committerPeng Fan <peng.fan@nxp.com>2018-09-12 15:34:49 +0800
commit884cada50b9a9fcda09d259cf145d87a29122cac (patch)
tree3d4df6b50a71892c2631936c0753ff20cb138fb9 /include
parentd37cfb9d07f77d35d06dc160f035dcf62de26fbb (diff)
MLK-19552 imx8qm: xen: fix memory map
Fixes 9486251ced24("MLK-19494 configs: imx8qm mek android audo: correct xen physical memory") correct text base, IPC address, memmap. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8qm_mek_android_auto_xen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/imx8qm_mek_android_auto_xen.h b/include/configs/imx8qm_mek_android_auto_xen.h
index 047651e445..86f836c6a4 100644
--- a/include/configs/imx8qm_mek_android_auto_xen.h
+++ b/include/configs/imx8qm_mek_android_auto_xen.h
@@ -14,7 +14,7 @@
#undef PHYS_SDRAM_1_SIZE
#undef PHYS_SDRAM_2_SIZE
-#define CONFIG_SYS_SDRAM_BASE 0x40000000
+#define CONFIG_SYS_SDRAM_BASE 0x80000000
#define CONFIG_NR_DRAM_BANKS 2
#define PHYS_SDRAM_1 0x80000000
#define PHYS_SDRAM_2 0x200000000
@@ -22,9 +22,9 @@
#define PHYS_SDRAM_2_SIZE 0x60000000 /* 1536 MB */
#undef CONFIG_LOADADDR
-#define CONFIG_LOADADDR 0x40280000
+#define CONFIG_LOADADDR 0x80280000
#undef CONFIG_SYS_INIT_SP_ADDR
-#define CONFIG_SYS_INIT_SP_ADDR 0x40200000
+#define CONFIG_SYS_INIT_SP_ADDR 0x80200000
#undef CONFIG_REQUIRE_SERIAL_CONSOLE
#undef CONFIG_IMX_SMMU
@@ -33,7 +33,7 @@
#define CONFIG_FASTBOOT_USB_DEV 0 /* Use OTG port, not typec port */
/* This needs to be stay same in iomem in domu.cfg */
-#define SC_IPC_CH 0x15d1d0000
+#define SC_IPC_CH 0x5d1d0000
#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED