netripper

netripper

Mar 15th, 2010
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. diff --git a/arch/arm/mach-msm/board-htcleo.h b/arch/arm/mach-msm/board-htcleo.h
  2. index 59dae50..23bf131 100644
  3. --- a/arch/arm/mach-msm/board-htcleo.h
  4. +++ b/arch/arm/mach-msm/board-htcleo.h
  5. @@ -18,24 +18,24 @@
  6.  
  7. #include <mach/board.h>
  8.  
  9. -#define MSM_EBI1_BANK0_BASE 0x11800000
  10. -#define MSM_EBI1_BANK0_SIZE 0x18C00000 /* rounded down from 0x18DC0000 */
  11. -
  12. -#define MSM_FB_BASE 0x2A5C0000
  13. +#define MSM_FB_BASE 0x11800000
  14. #define MSM_FB_SIZE 0x00600000
  15.  
  16. -#define MSM_GPU_MEM_BASE 0x2ABC0000
  17. +#define MSM_GPU_MEM_BASE 0x11E00000
  18. #define MSM_GPU_MEM_SIZE 0x00300000
  19.  
  20. -#define MSM_PMEM_MDP_BASE 0x2AEC0000
  21. +#define MSM_PMEM_MDP_BASE 0x12100000
  22. #define MSM_PMEM_MDP_SIZE 0x02000000
  23.  
  24. -#define MSM_PMEM_ADSP_BASE 0x2CEC0000
  25. +#define MSM_PMEM_ADSP_BASE 0x14100000
  26. #define MSM_PMEM_ADSP_SIZE 0x02900000
  27.  
  28. -#define MSM_PMEM_CAMERA_BASE 0x2F7C0000
  29. +#define MSM_PMEM_CAMERA_BASE 0x16A00000
  30. #define MSM_PMEM_CAMERA_SIZE 0x00800000
  31.  
  32. +#define MSM_EBI1_BANK0_BASE 0x17200000
  33. +#define MSM_EBI1_BANK0_SIZE 0x0E000000 /* 224MB */
  34. +
  35. // MSM_RAM_CONSOLE uses the last 0x40000 of memory, defined in msm_iomap.h
  36.  
  37. #define HTCLEO_GPIO_PS_HOLD 25
Add Comment
Please, Sign In to add comment