From df4963a61499dd34cb9aaf87321b06e3666a323c Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Mon, 30 Aug 2010 23:45:38 +0200 Subject: Move modem parameter partition to start of memory. Since memory sizes vary, addresses at the end of the memory vary as well. The modem parameter partition should reside in a fixed location and has therefore been moved to a fixed location at the start of the memory. Other partitions have been moved accordingly, but the kernel image and root file system partition locations and sizes have been kept as they were. ST Ericsson ID: ER270475 Change-Id: Ib7202e70ba23e1dd026b1d487505fed3b9032caf Signed-off-by: Sebastian Rasmussen Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/4303 Reviewed-by: Mikael LARSSON Reviewed-by: Michael BRANDT Reviewed-by: Ulf HANSSON --- 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 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}, }; -- cgit v1.2.3