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>
This commit is contained in:
Sammy He
2009-12-19 16:03:45 +08:00
committed by Matt Sealey
parent 66ff713019
commit e757d73a9c

View File

@@ -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,