summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebastian.rasmussen@stericsson.com>2010-08-27 17:31:26 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-08-27 18:11:28 +0200
commit6e7432129841a6177b097c5d2388c6aa9ed257c3 (patch)
treef01b8517d7d8090e1e9040ddf1d28d37169db1bf /board
parent128f38bc9e4f0c5413a7900bda59e7e408665429 (diff)
Move modem parameter partition (CSPSA0)
Move modem parameter partition (also known as CSPSA0, CSPSA and Trim area) to end of 1 Gbyte PoPed eMMC. ST-Ericsson ID: ER270475 Change-Id: I1e687bc1e7e2163debbf9ae009182f56e48fa75f Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/4233 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Tested-by: Sebastian RASMUSSEN <sebastian.rasmussen@stericsson.com>
Diffstat (limited to 'board')
-rw-r--r--board/st/u8500/mmc_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/u8500/mmc_utils.c b/board/st/u8500/mmc_utils.c
index d29255937..af5f0475d 100644
--- a/board/st/u8500/mmc_utils.c
+++ b/board/st/u8500/mmc_utils.c
@@ -65,7 +65,7 @@ static struct partition partitions_ed[] = {
static struct partition partitions_v1[] = {
[0] = PART(0x83, 0x000A0000, 0x00004000), /* Kernel */
[1] = PART(0x83, 0x000A4000, 0x00080000), /* Root file system */
- [2] = PART(0x83, 0x00124000, 0x00000800), /* Modem parameters */
+ [2] = PART(0x83, 0x001FF800, 0x00000800), /* Modem parameters */
[3] = {0},
};