backfire: ar71xx: remove config partition from the mtd map on the MZK-W300NH board...
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 28 Apr 2010 10:46:28 +0000 (10:46 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 28 Apr 2010 10:46:28 +0000 (10:46 +0000)
This space can be used to extend the rootfs_data partition.

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21228 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c

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