summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
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 b630e8adb..5d8267f55 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, 0x001FF800, 0x00000800), /* Modem parameters */
+ [2] = PART(0x83, 0x00000400, 0x00000800), /* Modem parameters */
[3] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
};