summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2010-01-15 14:42:55 +0800
committerSammy He <r62914@freescale.com>2010-01-15 14:45:46 +0800
commit969fe3d1051c86daf915708b0d73d73b22ec3b1e (patch)
tree6eef7d7fb121b3026b36c7a773ef79c55eda6e75
parent1b2744ab70de0b872c5a4093192679b1a8456180 (diff)
ENGR00120054 MX51: Increase VPU IRAM size to support decoder
Increase VPU IRAM size to support decoder Signed-off-by: Sammy He <r62914@freescale.com>
-rw-r--r--arch/arm/plat-mxc/include/mach/mx51.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx51.h b/arch/arm/plat-mxc/include/mach/mx51.h
index b8330ec27039..e2dd51e922a4 100644
--- a/arch/arm/plat-mxc/include/mach/mx51.h
+++ b/arch/arm/plat-mxc/include/mach/mx51.h
@@ -89,7 +89,7 @@
#endif
#ifdef CONFIG_MXC_VPU_IRAM
-#define VPU_IRAM_SIZE 0x7000
+#define VPU_IRAM_SIZE 0x11000
#else
#define VPU_IRAM_SIZE 0
#endif