summaryrefslogtreecommitdiff
path: root/include/configs/imx8qm_mek_android_auto_xen.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-10-31 09:14:43 +0800
committerNitin Garg <nitin.garg@nxp.com>2018-11-02 20:50:08 -0500
commit56c9ac9734a59c68cb85125b7047087d00d141e8 (patch)
tree1165d6fee642cedb4dde01647ec4c24b91bf7b66 /include/configs/imx8qm_mek_android_auto_xen.h
parent2060a20e9f8dda2e2c13db49a18cb91d6cb05340 (diff)
MLK-20134 imx8qm: xen: correct DRAM SIZE and loadaddr
The first DRAM BANK size should be 2GB and the load addr are 0x80080000. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/imx8qm_mek_android_auto_xen.h')
-rw-r--r--include/configs/imx8qm_mek_android_auto_xen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/imx8qm_mek_android_auto_xen.h b/include/configs/imx8qm_mek_android_auto_xen.h
index c50858f3e8..0afee12364 100644
--- a/include/configs/imx8qm_mek_android_auto_xen.h
+++ b/include/configs/imx8qm_mek_android_auto_xen.h
@@ -18,11 +18,11 @@
#define CONFIG_NR_DRAM_BANKS 2
#define PHYS_SDRAM_1 0x80000000
#define PHYS_SDRAM_2 0x200000000
-#define PHYS_SDRAM_1_SIZE 0x40000000 /* 2 GB */
+#define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */
#define PHYS_SDRAM_2_SIZE 0x60000000 /* 1536 MB */
#undef CONFIG_LOADADDR
-#define CONFIG_LOADADDR 0x80280000
+#define CONFIG_LOADADDR 0x80080000
#undef CONFIG_SYS_INIT_SP_ADDR
#define CONFIG_SYS_INIT_SP_ADDR 0x80200000