Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/arch/arm/mach-msm/board-htcleo.h b/arch/arm/mach-msm/board-htcleo.h
- index 59dae50..23bf131 100644
- --- a/arch/arm/mach-msm/board-htcleo.h
- +++ b/arch/arm/mach-msm/board-htcleo.h
- @@ -18,24 +18,24 @@
- #include <mach/board.h>
- -#define MSM_EBI1_BANK0_BASE 0x11800000
- -#define MSM_EBI1_BANK0_SIZE 0x18C00000 /* rounded down from 0x18DC0000 */
- -
- -#define MSM_FB_BASE 0x2A5C0000
- +#define MSM_FB_BASE 0x11800000
- #define MSM_FB_SIZE 0x00600000
- -#define MSM_GPU_MEM_BASE 0x2ABC0000
- +#define MSM_GPU_MEM_BASE 0x11E00000
- #define MSM_GPU_MEM_SIZE 0x00300000
- -#define MSM_PMEM_MDP_BASE 0x2AEC0000
- +#define MSM_PMEM_MDP_BASE 0x12100000
- #define MSM_PMEM_MDP_SIZE 0x02000000
- -#define MSM_PMEM_ADSP_BASE 0x2CEC0000
- +#define MSM_PMEM_ADSP_BASE 0x14100000
- #define MSM_PMEM_ADSP_SIZE 0x02900000
- -#define MSM_PMEM_CAMERA_BASE 0x2F7C0000
- +#define MSM_PMEM_CAMERA_BASE 0x16A00000
- #define MSM_PMEM_CAMERA_SIZE 0x00800000
- +#define MSM_EBI1_BANK0_BASE 0x17200000
- +#define MSM_EBI1_BANK0_SIZE 0x0E000000 /* 224MB */
- +
- // MSM_RAM_CONSOLE uses the last 0x40000 of memory, defined in msm_iomap.h
- #define HTCLEO_GPIO_PS_HOLD 25
Add Comment
Please, Sign In to add comment