board-8064: Increase PMEM allocation for SurfaceFlinger

Increase PMEM heap size to 64 MBytes for SurfaceFlinger.
This is to account for the higher screen resolution on this device.

CRs-Fixed: 338717
Change-Id: If05d584ae4ebbb4bcde7eb5e9f97508850432238
Signed-off-by: Chetan Kalyan <ckalyan@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8064.c b/arch/arm/mach-msm/board-8064.c
index 2358645..540f5c9 100644
--- a/arch/arm/mach-msm/board-8064.c
+++ b/arch/arm/mach-msm/board-8064.c
@@ -76,7 +76,7 @@
 #ifdef CONFIG_FB_MSM_HDMI_AS_PRIMARY
 #define MSM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
 #else
-#define MSM_PMEM_SIZE 0x2800000 /* 40 Mbytes */
+#define MSM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
 #endif
 
 #ifdef CONFIG_MSM_MULTIMEDIA_USE_ION