summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvf/cpu.c
diff options
context:
space:
mode:
authorEd Nash <enash54@gmail.com>2013-04-21 14:59:36 -0400
committerAnthony Felice <tony.felice@timesys.com>2013-04-23 15:46:07 -0400
commit3f9ca1a36347c86266f65a654f0f71799540554b (patch)
treea6e4df517aaafa7ad1ae898cdbf173d559101938 /arch/arm/mach-mvf/cpu.c
parentc0cfb5767277856a41ae2dd1ed31dfd8cb37f2a0 (diff)
limit Linux use of SRAM so as not to conflict with MQX. Similarly, leave M4 routing interrupt routing bits unchanged3.0-vybrid-ts33.0-vybrid-ts2.1
Diffstat (limited to 'arch/arm/mach-mvf/cpu.c')
-rw-r--r--arch/arm/mach-mvf/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvf/cpu.c b/arch/arm/mach-mvf/cpu.c
index 4c6d018cd076..9d972e179399 100644
--- a/arch/arm/mach-mvf/cpu.c
+++ b/arch/arm/mach-mvf/cpu.c
@@ -81,7 +81,7 @@ EXPORT_SYMBOL(mvf_revision);
static int __init post_cpu_init(void)
{
- iram_init(MVF_IRAM_BASE_ADDR, MVF_IRAM_SIZE);
+ iram_init(MVF_IRAM_BASE_ADDR+0x70000, 64*1024);
/* Move wait routine into iRAM */
ccm_base = MVF_IO_ADDRESS(MVF_CCM_BASE_ADDR);