diff options
-rw-r--r-- | arch/arm/mach-omap2/omap4_ion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap4_ion.c b/arch/arm/mach-omap2/omap4_ion.c index 522136c..a86c5c0 100644 --- a/arch/arm/mach-omap2/omap4_ion.c +++ b/arch/arm/mach-omap2/omap4_ion.c @@ -21,8 +21,8 @@ #define OMAP4_RAMCONSOLE_START (PLAT_PHYS_OFFSET + SZ_512M) #define OMAP4_RAMCONSOLE_SIZE SZ_2M -#define OMAP4_ION_HEAP_SECURE_INPUT_SIZE (SZ_1M * 30) -#define OMAP4_ION_HEAP_TILER_SIZE SZ_128M +#define OMAP4_ION_HEAP_SECURE_INPUT_SIZE (SZ_1M * 90) +#define OMAP4_ION_HEAP_TILER_SIZE (SZ_128M - SZ_32M) #define OMAP4_ION_HEAP_LARGE_SURFACES_SIZE SZ_32M #define PHYS_ADDR_SMC_SIZE (SZ_1M * 3) |