aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>2011-05-12 15:26:55 +0530
committerMichael BRANDT <michael.brandt@stericsson.com>2011-05-18 08:53:30 +0200
commite7275bb3200f74bc608b5b29df540a4c36a698a4 (patch)
treef877dd733a7051a0263c7205bbd17b6e28fd543d
parentb2b3851c8d30625ffd780f02e9ed090cc61f77ef (diff)
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 <naveen.gaddipati@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/23006 Reviewed-by: P.Hanumath PRASAD <hanumath.prasad@stericsson.com> Reviewed-by: QATEST Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: Preetham-rao K <preetham.rao@stericsson.com> Tested-by: Preetham-rao K <preetham.rao@stericsson.com>
-rw-r--r--board/st-ericsson/common/cmd_mmc_utils.c4
1 files changed, 4 insertions, 0 deletions
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