reduced the pmem size to save memory for userspace, TEST ONLY!!

This commit is contained in:
securecrt 2012-06-18 20:31:47 +08:00
parent 4f50d63951
commit 1bd0e44d7a

8
arch/arm/mach-msm/board-htcleo.h Normal file → Executable file
View File

@ -39,10 +39,10 @@
#define MSM_FB_SIZE 0x00600000
#define MSM_PMEM_MDP_BASE 0x3B700000
#define MSM_PMEM_MDP_SIZE 0x02000000
#define MSM_PMEM_MDP_SIZE 0x01000000
#define MSM_PMEM_ADSP_BASE 0x3D700000
#define MSM_PMEM_ADSP_SIZE 0x02900000
#define MSM_PMEM_ADSP_BASE 0x3C700000
#define MSM_PMEM_ADSP_SIZE 0x01000000
#define MSM_GPU_PHYS_BASE (MSM_PMEM_SMI_BASE + MSM_FB_SIZE)
#define MSM_GPU_PHYS_SIZE 0x00800000
@ -58,7 +58,7 @@
/* Begin EBI region */
#define PMEM_KERNEL_EBI1_SIZE 0x00028000
#define MSM_PMEM_SF_SIZE 0x02000000
#define MSM_PMEM_SF_SIZE 0x01000000
/* MSM_RAM_CONSOLE uses the last 0x00040000 of EBI memory, defined in msm_iomap.h
#define MSM_RAM_CONSOLE_SIZE 0x00040000