aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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