From 6e7432129841a6177b097c5d2388c6aa9ed257c3 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Fri, 27 Aug 2010 17:31:26 +0200 Subject: 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 Tested-by: Sebastian RASMUSSEN --- board/st/u8500/mmc_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') 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}, }; -- cgit v1.2.3