ramips: update partition map for DIR-300-B1
authorGabor Juhos <juhosg@openwrt.org>
Sun, 3 Jul 2011 15:01:49 +0000 (15:01 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 3 Jul 2011 15:01:49 +0000 (15:01 +0000)
Patch by Layne Edwards from #9252.

SVN-Revision: 27384

target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c

index d76a8b4478537aab05d69b041c0e07ebd7fc1319..5a947e80f74b4214019b139b3c2fac22bf76b6e1 100644 (file)
@@ -51,15 +51,15 @@ static struct mtd_partition dir_300b_partitions[] = {
        }, {
                .name   = "kernel",
                .offset = 0x050000,
-               .size   = 0x0f0000,
+               .size   = 0x0d0000,
        }, {
                .name   = "rootfs",
-               .offset = 0x140000,
-               .size   = 0x2B0000,
+               .offset = 0x120000,
+               .size   = 0x2e0000,
        }, {
                .name   = "firmware",
                .offset = 0x050000,
-               .size   = 0x3a0000,
+               .size   = 0x3b0000,
        }
 };
 #endif /* CONFIG_MTD_PARTITIONS */