backfire: ar71xx: fix firmware partition size on the MZK-W04NU board (backport of...
authorGabor Juhos <juhosg@openwrt.org>
Wed, 28 Apr 2010 10:46:21 +0000 (10:46 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 28 Apr 2010 10:46:21 +0000 (10:46 +0000)
SVN-Revision: 21227

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

index bc8438f73f4020816d0871efd2076e7c7a6ae2f3..63fbeb855987ae45d06126f9280601da7cf6f85c 100644 (file)
@@ -61,7 +61,7 @@ static struct mtd_partition mzk_w04nu_partitions[] = {
        } , {
                .name           = "firmware",
                .offset         = 0x050000,
-               .size           = 0x770000,
+               .size           = 0x790000,
        }
 };
 #endif /* CONFIG_MTD_PARTITIONS */