diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-26 18:28:04 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-26 18:28:04 +0000 |
commit | d6bb729d0e54c53e9960cb8cdfb80d9295908980 (patch) | |
tree | 90523fe097ff4e6ab5baf34e5d5386edc5d30222 /target/linux/ar71xx/files/arch | |
parent | d0bcb711d47925e3214e099a1716d98cc353b16b (diff) |
ar71xx: remove config partition from the mtd map on the MZK-W300NH board
This space can be used to extend the rootfs_data partition.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21173 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c index 6fb2312a23..28a79eac6b 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c @@ -51,11 +51,7 @@ static struct mtd_partition mzk_w300nh_partitions[] = { } , { .name = "rootfs", .offset = 0x1b0000, - .size = 0x610000, - } , { - .name = "config", - .offset = 0x7c0000, - .size = 0x020000, + .size = 0x630000, } , { .name = "art", .offset = 0x7e0000, @@ -64,7 +60,7 @@ static struct mtd_partition mzk_w300nh_partitions[] = { } , { .name = "firmware", .offset = 0x050000, - .size = 0x770000, + .size = 0x790000, } }; #endif /* CONFIG_MTD_PARTITIONS */ |