1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 18:26:26 +03:00

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
This commit is contained in:
juhosg 2010-04-26 18:28:04 +00:00
parent d0bcb711d4
commit d6bb729d0e

View File

@ -51,11 +51,7 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
} , { } , {
.name = "rootfs", .name = "rootfs",
.offset = 0x1b0000, .offset = 0x1b0000,
.size = 0x610000, .size = 0x630000,
} , {
.name = "config",
.offset = 0x7c0000,
.size = 0x020000,
} , { } , {
.name = "art", .name = "art",
.offset = 0x7e0000, .offset = 0x7e0000,
@ -64,7 +60,7 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
} , { } , {
.name = "firmware", .name = "firmware",
.offset = 0x050000, .offset = 0x050000,
.size = 0x770000, .size = 0x790000,
} }
}; };
#endif /* CONFIG_MTD_PARTITIONS */ #endif /* CONFIG_MTD_PARTITIONS */