Root/target/linux/xburst/patches-2.6.37/999-board-qi_lb60.patch

1--- a/arch/mips/jz4740/board-qi_lb60.c
2+++ b/arch/mips/jz4740/board-qi_lb60.c
3@@ -118,8 +118,13 @@ static struct mtd_partition qi_lb60_part
4     {
5         .name = "NAND ROOTFS partition",
6         .offset = 8 * 0x100000,
7- .size = (504 + 512 + 1024) * 0x100000,
8+ .size = 512 * 0x100000,
9     },
10+ {
11+ .name = "NAND DATA partition",
12+ .offset = 520 * 0x100000,
13+ .size = 1528 * 0x100000,
14+ },
15 };
16 
17 static void qi_lb60_nand_ident(struct platform_device *pdev,
18

Archive Download this file



interactive