Skip to content
Snippets Groups Projects
Commit bc2b46b2 authored by Troy Kisky's avatar Troy Kisky
Browse files

arm: imx8m: soc: imx8mq can have 4G, imx8mm can have 8G

parent b132aa6e
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,11 @@ static struct mm_region imx8m_mem_map[] = {
/* DRAM2 */
.virt = 0x100000000UL,
.phys = 0x100000000UL,
#ifdef CONFIG_IMX8MQ
.size = 0x040000000UL,
#else
.size = 0x140000000UL,
#endif
.attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
PTE_BLOCK_OUTER_SHARE
}, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment