Commit b8c5b6424322583159929ce8a8386474af43cc89

Authored by Peng Fan
1 parent 5974dc9e1d

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>
(cherry picked from commit 56c9ac9734a59c68cb85125b7047087d00d141e8)
(cherry picked from commit fd9689b3a2bcd0de26594afa161c4e4acb4c7f58)
(cherry picked from commit ee0733cca541a9a47d833e70d273268d2ed29653)

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

include/configs/imx8qm_mek_android_auto_xen.h
... ... @@ -18,11 +18,11 @@
18 18 #define CONFIG_NR_DRAM_BANKS 2
19 19 #define PHYS_SDRAM_1 0x80000000
20 20 #define PHYS_SDRAM_2 0x200000000
21   -#define PHYS_SDRAM_1_SIZE 0x40000000 /* 2 GB */
  21 +#define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */
22 22 #define PHYS_SDRAM_2_SIZE 0x60000000 /* 1536 MB */
23 23  
24 24 #undef CONFIG_LOADADDR
25   -#define CONFIG_LOADADDR 0x80280000
  25 +#define CONFIG_LOADADDR 0x80080000
26 26 #undef CONFIG_SYS_INIT_SP_ADDR
27 27 #define CONFIG_SYS_INIT_SP_ADDR 0x80200000
28 28