ar71xx: fix firmware partition size on the MZK-W04NU board
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 Apr 2010 18:28:01 +0000 (18:28 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 Apr 2010 18:28:01 +0000 (18:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21172 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index b0dc0d1..df68b28 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 */