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

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
......@@ -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*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment