summaryrefslogtreecommitdiff
path: root/cleopatre/linux-2.6.25.10-spc300
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/linux-2.6.25.10-spc300')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300-devices.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300-devices.c b/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300-devices.c
index 0843698b35..5ee6dd45f9 100644
--- a/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300-devices.c
+++ b/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300-devices.c
@@ -557,8 +557,6 @@ static int spc300_gen_mtd_partition_table(uint32_t nvram_offset,
MTDPART_OFS_APPEND;
mtd_partition[base_partition_size + pos].mask_flags = 0;
}
- //Last image should expand on the whole remaining space.
- mtd_partition[base_partition_size + pos - 1].size = MTDPART_SIZ_FULL;
return base_partition_size + nvram->nb_images;
}