From: juhosg Date: Wed, 28 Apr 2010 10:46:21 +0000 (+0000) Subject: backfire: ar71xx: fix firmware partition size on the MZK-W04NU board (backport of... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f84b320e3395fe1eb4a113d6d4f74c476db62a9f;p=10.03%2Fopenwrt.git backfire: ar71xx: fix firmware partition size on the MZK-W04NU board (backport of r21172) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21227 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c index bc8438f73..63fbeb855 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c @@ -61,7 +61,7 @@ static struct mtd_partition mzk_w04nu_partitions[] = { } , { .name = "firmware", .offset = 0x050000, - .size = 0x770000, + .size = 0x790000, } }; #endif /* CONFIG_MTD_PARTITIONS */