summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2010-01-15 14:42:55 +0800
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-24 11:50:03 +0200
commitc6467c4000e3be01b6159adf392ad32746e2981f (patch)
tree90926d4941a172180b522ac65c5a9233a61b4421 /arch/arm/plat-mxc
parent439c6fefc80f6280899eaca0f57471ea86f36e46 (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> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/plat-mxc')
-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