rimage: Fix DRAM_BASE address for i.MX8M

As per xtensa configuration mmap, DRAM_BASE is 0x3b6e8000.

Signed-off-by: Diana Cretu <diana.cretu@nxp.com>
This commit is contained in:
Diana Cretu 2020-02-26 14:41:44 +02:00 committed by Daniel Baluta
parent ade9145e7c
commit 9e91739b18
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
#define IMX8M_IRAM_BASE 0x3b6f8000
#define IMX8M_IRAM_HOST_OFFSET 0x10000
#define IMX8M_IRAM_SIZE 0x800
#define IMX8M_DRAM_BASE 0x3b6f8000
#define IMX8M_DRAM_BASE 0x3b6e8000
#define IMX8M_DRAM_SIZE 0x8000
#define IMX8M_SRAM_BASE 0x92400000
#define IMX8M_SRAM_SIZE 0x800000