diff --git a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c index 72fdb3daf..de713fae2 100644 --- a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c +++ b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c @@ -94,8 +94,12 @@ static struct mtd_partition qi_lb60_partitions_2gb[] = { }, { .name = "NAND ROOTFS partition", .offset = 8 * 0x100000, - .size = (504 + 512 + 1024) * 0x100000, + .size = 256 * 0x100000, }, + { .name = "NAND DATA partition", + .offset = 264 * 0x100000, + .size = 1784 * 0x100000, + }, }; static void qi_lb60_nand_ident(struct platform_device *pdev,