ar71xx: fix firmware partition size on the MZK-W04NU board
authorGabor Juhos <juhosg@openwrt.org>
Mon, 26 Apr 2010 18:28:01 +0000 (18:28 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 26 Apr 2010 18:28:01 +0000 (18:28 +0000)
SVN-Revision: 21172

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

index b0dc0d19b2a37a6da65ca4e2e4a285d973cdeb55..df68b282fca0282b3ae789b92e41b5259c6fc83a 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 */