Change Details
| target/linux/xburst/patches-2.6.37/999-board-qi_lb60.patch |
| 1 | --- a/arch/mips/jz4740/board-qi_lb60.c |
| 2 | @@ -118,8 +118,13 @@ static struct mtd_partition qi_lb60_part |
| 3 | { |
| 4 | .name = "NAND ROOTFS partition", |
| 5 | .offset = 8 * 0x100000, |
| 6 | - .size = (504 + 512 + 1024) * 0x100000, |
| 7 | + .size = 512 * 0x100000, |
| 8 | }, |
| 9 | + { |
| 10 | + .name = "NAND DATA partition", |
| 11 | + .offset = 520 * 0x100000, |
| 12 | + .size = 1528 * 0x100000, |
| 13 | + }, |
| 14 | }; |
| 15 | |
| 16 | static void qi_lb60_nand_ident(struct platform_device *pdev, |
Download the corresponding diff file