From: Gabor Juhos Date: Wed, 28 Apr 2010 10:46:28 +0000 (+0000) Subject: backfire: ar71xx: remove config partition from the mtd map on the MZK-W300NH board... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=3f86fbd5fab1842a898fcd1be028d6d845b3da8d backfire: ar71xx: remove config partition from the mtd map on the MZK-W300NH board (backport of r21173) This space can be used to extend the rootfs_data partition. SVN-Revision: 21228 --- 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 dfe7d0d6f9..f5862ebbda 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 */