Root/target/linux/omap35xx/patches-3.0/001-change_partition_table.patch

1--- linux-2.6.36.1/arch/arm/mach-omap2/board-overo.c.old 2011-02-18 12:24:24.000000000 +0100
2+++ linux-2.6.36.1/arch/arm/mach-omap2/board-overo.c 2011-02-18 12:38:40.000000000 +0100
3@@ -250,13 +250,28 @@
4         .size = 2 * NAND_BLOCK_SIZE,
5     },
6     {
7- .name = "linux",
8+ .name = "kernel 0",
9         .offset = MTDPART_OFS_APPEND, /* Offset = 0x280000 */
10- .size = 32 * NAND_BLOCK_SIZE,
11+ .size = 16 * NAND_BLOCK_SIZE,
12     },
13     {
14- .name = "rootfs",
15+ .name = "kernel 1",
16+ .offset = MTDPART_OFS_APPEND, /* Offset = 0x480000 */
17+ .size = 16 * NAND_BLOCK_SIZE,
18+ },
19+ {
20+ .name = "rootfs 0",
21         .offset = MTDPART_OFS_APPEND, /* Offset = 0x680000 */
22+ .size = 512 * NAND_BLOCK_SIZE,
23+ },
24+ {
25+ .name = "rootfs 1",
26+ .offset = MTDPART_OFS_APPEND, /* Offset = 0x2e80000 */
27+ .size = 512 * NAND_BLOCK_SIZE,
28+ },
29+ {
30+ .name = "data",
31+ .offset = MTDPART_OFS_APPEND, /* Offset = 0x5680000 */
32         .size = MTDPART_SIZ_FULL,
33     },
34 };
35

Archive Download this file



interactive