Commit be96d08d81f83161be6d2e7250445244f7575daf

Authored by Peng Fan
1 parent 6106514f68

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 7041ded231da64df7799c0f74b14f33e2534c723)

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

include/configs/imx8qm_mek_android_auto_xen.h
... ... @@ -16,10 +16,10 @@
16 16  
17 17 #define CONFIG_SYS_SDRAM_BASE 0x40000000
18 18 #define CONFIG_NR_DRAM_BANKS 2
19   -#define PHYS_SDRAM_1 0x40000000
  19 +#define PHYS_SDRAM_1 0x80000000
20 20 #define PHYS_SDRAM_2 0x200000000
21   -#define PHYS_SDRAM_1_SIZE 0xC0000000 /* 3 GB */
22   -#define PHYS_SDRAM_2_SIZE 0x20000000 /* 512 MB */
  21 +#define PHYS_SDRAM_1_SIZE 0x40000000 /* 2 GB */
  22 +#define PHYS_SDRAM_2_SIZE 0x60000000 /* 1536 MB */
23 23  
24 24 #undef CONFIG_LOADADDR
25 25 #define CONFIG_LOADADDR 0x40280000