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 | c300dae78ba77b11e65634512f59bf7fbaad0dc2 (patch) | |
tree | b2f0cfcace2c1e3d6dbbf6779fae1ae5bf71e08d /target/linux/ar71xx/files | |
parent | 0da1b304fcb69df143a30335779f3b6886bf2fba (diff) | |
download | upstream-c300dae78ba77b11e65634512f59bf7fbaad0dc2.tar.gz upstream-c300dae78ba77b11e65634512f59bf7fbaad0dc2.tar.bz2 upstream-c300dae78ba77b11e65634512f59bf7fbaad0dc2.zip |
ar71xx: adjust the mtd layout of tew-632brp and dir-615c to match the image layout (fixes #9922)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27959 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files')
-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, |