[ar71xx] create a 'firmware' partition for MZK-W300NH board
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 5 Jun 2009 15:31:33 +0000 (15:31 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 5 Jun 2009 15:31:33 +0000 (15:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16347 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 9ab8b1b..4d363c8 100644 (file)
@@ -62,6 +62,10 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
                .offset         = 0x7e0000,
                .size           = 0x020000,
                .mask_flags     = MTD_WRITEABLE,
+       } , {
+               .name           = "firmare",
+               .offset         = 0x050000,
+               .size           = 0x770000,
        }
 };
 #endif /* CONFIG_MTD_PARTITIONS */
This page took 0.021502 seconds and 4 git commands to generate.