Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "board-msm7x27a: I'm caving to peer pressure"
Caving to peer pressure was BAD BAD BAD and this caused random reboots.

No reboots > 15MB memory

Big thanks to @Kra1o5 for figuring this one out.

This reverts commit d30b762.
  • Loading branch information
Daz Jones committed May 19, 2013
1 parent 12c7737 commit a3ff78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-msm/board-msm7x27a.c
Expand Up @@ -238,10 +238,10 @@ static struct msm_i2c_platform_data msm_gsbi1_qup_i2c_pdata = {
};

#ifdef CONFIG_ARCH_MSM7X27A
#define MSM_PMEM_MDP_SIZE 0x1A00000
#define MSM_PMEM_MDP_SIZE 0x2300000
#define MSM7x25A_MSM_PMEM_MDP_SIZE 0x1500000

#define MSM_PMEM_ADSP_SIZE 0xC00000
#define MSM_PMEM_ADSP_SIZE 0x1100000
#define MSM7x25A_MSM_PMEM_ADSP_SIZE 0xB91000


Expand Down

0 comments on commit a3ff78d

Please sign in to comment.