reduced the pmem size to save memory for userspace, TEST ONLY!!
This commit is contained in:
		
							
								
								
									
										8
									
								
								arch/arm/mach-msm/board-htcleo.h
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										8
									
								
								arch/arm/mach-msm/board-htcleo.h
									
									
									
									
									
										
										
										Normal file → Executable 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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user