diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-26 18:28:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-26 18:28:04 +0000 |
commit | fca9b7ebadd2a9804ada8355bd30be5eab139a63 (patch) | |
tree | c80d6fc242bf5880fa3b59ac81127cc6e18005c8 /target/linux/ar71xx/files/arch/mips | |
parent | 77b2354fcdba286059010b0819f3c99e5537f373 (diff) | |
download | mtk-20170518-fca9b7ebadd2a9804ada8355bd30be5eab139a63.zip mtk-20170518-fca9b7ebadd2a9804ada8355bd30be5eab139a63.tar.gz mtk-20170518-fca9b7ebadd2a9804ada8355bd30be5eab139a63.tar.bz2 |
ar71xx: remove config partition from the mtd map on the MZK-W300NH board
This space can be used to extend the rootfs_data partition.
SVN-Revision: 21173
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips')
-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 6fb2312..28a79ea 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 */ |