Commit 8cba80ff08f5026becc43c860416a7dc3e11bc87

Authored by Eric Lee
1 parent 6282b048e3

Fix the worng memory size

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

include/configs/smarcimx8mq.h
... ... @@ -234,7 +234,7 @@
234 234 #define CONFIG_SYS_SDRAM_BASE 0x40000000
235 235 #define PHYS_SDRAM 0x40000000
236 236 #ifdef CONFIG_2GB_LPDDR4
237   -#define PHYS_SDRAM_SIZE 0x60000000 /* 2GB DDR */
  237 +#define PHYS_SDRAM_SIZE 0x80000000 /* 2GB DDR */
238 238 #else
239 239 #define PHYS_SDRAM_SIZE 0xc0000000 /* 4GB DDR, temporary workaround */
240 240 #endif