[ar71xx] increase size of the kernel partition on the TL-WR[789]41N boards
authorGabor Juhos <juhosg@openwrt.org>
Sat, 11 Jul 2009 17:20:46 +0000 (17:20 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 11 Jul 2009 17:20:46 +0000 (17:20 +0000)
SVN-Revision: 16785

target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c
target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c
tools/firmware-utils/src/mktplinkfw.c

index 3d60b6d1b5109654ae9a236017b35cc3a5a88f0d..cbf77484968b3090f984a90019f7d4b8c8ff7d51 100644 (file)
@@ -40,11 +40,11 @@ static struct mtd_partition tl_wr741nd_partitions[] = {
        } , {
                .name           = "kernel",
                .offset         = 0x020000,
-               .size           = 0x120000,
+               .size           = 0x140000,
        } , {
                .name           = "rootfs",
-               .offset         = 0x140000,
-               .size           = 0x2b0000,
+               .offset         = 0x160000,
+               .size           = 0x290000,
        } , {
                .name           = "art",
                .offset         = 0x3f0000,
index 563ba1c7e6a03c529ec1ab8b412f1da861464b49..eb1a1b0da7d88b0bb473b372b5452ae8835a84c9 100644 (file)
@@ -39,11 +39,11 @@ static struct mtd_partition tl_wr941nd_partitions[] = {
        } , {
                .name           = "kernel",
                .offset         = 0x020000,
-               .size           = 0x120000,
+               .size           = 0x140000,
        } , {
                .name           = "rootfs",
-               .offset         = 0x140000,
-               .size           = 0x2b0000,
+               .offset         = 0x160000,
+               .size           = 0x290000,
        } , {
                .name           = "art",
                .offset         = 0x3f0000,
index d3e9374c22dd29c3195d7ab67114f73cd5e1f3a5..9bb353eb63f0693f536a990936cc53bb2373850a 100644 (file)
@@ -110,7 +110,7 @@ static struct board_info boards[] = {
                .fw_max_len     = 0x3c0000,
                .kernel_la      = 0x80060000,
                .kernel_ep      = 0x80060000,
-               .rootfs_ofs     = 0x120000,
+               .rootfs_ofs     = 0x140000,
        }, {
                .id             = "TL-WR841NDv3",
                .hw_id          = HWID_TL_WR841ND_V3,
@@ -118,7 +118,7 @@ static struct board_info boards[] = {
                .fw_max_len     = 0x3c0000,
                .kernel_la      = 0x80060000,
                .kernel_ep      = 0x80060000,
-               .rootfs_ofs     = 0x120000,
+               .rootfs_ofs     = 0x140000,
        }, {
                .id             = "TL-WR941NDv2",
                .hw_id          = HWID_TL_WR941ND_V2,
@@ -126,7 +126,7 @@ static struct board_info boards[] = {
                .fw_max_len     = 0x3c0000,
                .kernel_la      = 0x80060000,
                .kernel_ep      = 0x80060000,
-               .rootfs_ofs     = 0x120000,
+               .rootfs_ofs     = 0x140000,
        }, {
                /* terminating entry */
        }