diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-08-11 13:52:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-08-11 13:52:40 +0000 |
commit | d26bb6c59c93f06147306a2f0d8dd483ee6f99a3 (patch) | |
tree | 994d1748e75c147084e083b0fdf002637442c92a /target | |
parent | 400f75a1b657eceb5e661adb5bf56c2498b4a2ff (diff) | |
download | upstream-d26bb6c59c93f06147306a2f0d8dd483ee6f99a3.tar.gz upstream-d26bb6c59c93f06147306a2f0d8dd483ee6f99a3.tar.bz2 upstream-d26bb6c59c93f06147306a2f0d8dd483ee6f99a3.zip |
ar71xx: adjust the mtd layout of tew-632brp and dir-615c to match the image layout (fixes #9922)
SVN-Revision: 27959
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-615-c1.c | 6 | ||||
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-615-c1.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-615-c1.c index 2b1a8e24b1..fa1f8b9efc 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-615-c1.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-615-c1.c @@ -55,11 +55,11 @@ static struct mtd_partition dir_615c1_partitions[] = { }, { .name = "kernel", .offset = 0x030000, - .size = 0x0d0000, + .size = 0x0e0000, }, { .name = "rootfs", - .offset = 0x100000, - .size = 0x2f0000, + .offset = 0x110000, + .size = 0x2e0000, }, { .name = "art", .offset = 0x3f0000, diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c index 14deb982b3..7ddb9c8e2f 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c @@ -48,11 +48,11 @@ static struct mtd_partition tew_632brp_partitions[] = { }, { .name = "kernel", .offset = 0x030000, - .size = 0x0d0000, + .size = 0x0e0000, }, { .name = "rootfs", - .offset = 0x100000, - .size = 0x2f0000, + .offset = 0x110000, + .size = 0x2e0000, }, { .name = "art", .offset = 0x3f0000, |