mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-26 08:31:27 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user