Skip to content

Commit

Permalink
msm: htcleo: increase reserved ram for pmem_adsp
Browse files Browse the repository at this point in the history
Change suggested by CAF:
https://www.codeaurora.org/gitweb/quic/le/?p=kernel/msm.git;a=commitdiff;h=27f5cba135cf826ea21cd6d234d873529993cdca

Signed-off-by: Marc Alexander <admin@m-a-styles.de>
  • Loading branch information
marc1706 committed May 21, 2013
1 parent 580538d commit 3cf5593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/mach-msm/board-htcleo.h
Expand Up @@ -47,7 +47,8 @@
#define MSM_PMEM_MDP_SIZE 0x02000000

#define MSM_PMEM_ADSP_BASE 0x3D700000
#define MSM_PMEM_ADSP_SIZE 0x02900000
//#define MSM_PMEM_ADSP_SIZE 0x02900000
#define MSM_PMEM_ADSP_SIZE 0x02A05000
/* Begin EBI region */
#define PMEM_KERNEL_EBI1_SIZE 0x00028000

Expand Down

0 comments on commit 3cf5593

Please sign in to comment.