From e7275bb3200f74bc608b5b29df540a4c36a698a4 Mon Sep 17 00:00:00 2001 From: Naveen Kumar Gaddipati Date: Thu, 12 May 2011 15:26:55 +0530 Subject: u5500:mmc:Add partition to support LTP tests on EMMC Added partition to support the LTP tests on EMMC for U5500. ST-Ericsson ID: ER 339537 Change-Id: Idf6ead085b4ccc5e16e9a9072178f9eacededf4b Signed-off-by: Naveen Kumar Gaddipati Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/23006 Reviewed-by: P.Hanumath PRASAD Reviewed-by: QATEST Reviewed-by: Michael BRANDT Reviewed-by: Preetham-rao K Tested-by: Preetham-rao K --- board/st-ericsson/common/cmd_mmc_utils.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/board/st-ericsson/common/cmd_mmc_utils.c b/board/st-ericsson/common/cmd_mmc_utils.c index 32b198fcf..27962edc4 100644 --- a/board/st-ericsson/common/cmd_mmc_utils.c +++ b/board/st-ericsson/common/cmd_mmc_utils.c @@ -58,7 +58,11 @@ static struct partition partitions[] = { [0] = PART(0x83, 0x000A0000, 0x00004000), /* Kernel */ [1] = PART(0x83, 0x000A4000, 0x00080000), /* Root file system */ [2] = PART(0x83, 0x00000400, 0x00000800), /* Modem parameters */ +#ifdef CONFIG_U5500 + [3] = PART(0x83, 0x00124000, 0x00020000), /* data file system */ +#else [3] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, +#endif }; #undef PART -- cgit v1.2.3