Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 370bc1fd authored by Janboe Ye's avatar Janboe Ye Committed by Tony Lindgren
Browse files

OMAP3: Fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size



commit e85c205a increase vmalloc size.
vmalloc space will overlap with OMAP3 sram virtual address.

Signed-off-by: default avatarLi Hong Mei <hong-mei.li@motorola.com>
Signed-off-by: default avatarJanboe Ye <yuan-bo.ye@motorola.com>
Reviewed-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 284119c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,9 +44,9 @@
#define OMAP2_SRAM_VA		0xe3000000
#define OMAP2_SRAM_PUB_VA	(OMAP2_SRAM_VA + 0x800)
#define OMAP3_SRAM_PA           0x40200000
#define OMAP3_SRAM_VA           0xd7000000
#define OMAP3_SRAM_VA           0xe3000000
#define OMAP3_SRAM_PUB_PA       0x40208000
#define OMAP3_SRAM_PUB_VA       0xd7008000
#define OMAP3_SRAM_PUB_VA       (OMAP3_SRAM_VA + 0x8000)
#define OMAP4_SRAM_PA		0x40200000		/*0x402f0000*/
#define OMAP4_SRAM_VA		0xd7000000		/*0xd70f0000*/