summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2009-12-19 16:03:45 +0800
committerSammy He <r62914@freescale.com>2009-12-19 16:03:45 +0800
commiteae24091d0db5fafa2cea5b08fbc092c7e46ccc4 (patch)
tree536490388d7f91a5bf243d302b6b9ef3c258f520
parentfdb4c14588bbaa65dcd5d81caa561ec66eae1058 (diff)
ENGR00119504 MX25: Change nand partition for bootloader to 3M byte
Reserve more size to bootloader since new nand block size is 512K byte. Signed-off-by: Sammy He <r62914@freescale.com>
-rw-r--r--arch/arm/mach-mx25/mx25_3stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx25/mx25_3stack.c b/arch/arm/mach-mx25/mx25_3stack.c
index a956950913f8..c866d90601d2 100644
--- a/arch/arm/mach-mx25/mx25_3stack.c
+++ b/arch/arm/mach-mx25/mx25_3stack.c
@@ -142,7 +142,7 @@ static struct mtd_partition mxc_nand_partitions[] = {
{
.name = "nand.bootloader",
.offset = 0,
- .size = 1024 * 1024},
+ .size = 3 * 1024 * 1024},
{
.name = "nand.kernel",
.offset = MTDPART_OFS_APPEND,