From: Gabor Juhos Date: Mon, 26 Apr 2010 18:28:01 +0000 (+0000) Subject: ar71xx: fix firmware partition size on the MZK-W04NU board X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=77b2354fcdba286059010b0819f3c99e5537f373;p=librecmc%2Flibrecmc.git ar71xx: fix firmware partition size on the MZK-W04NU board SVN-Revision: 21172 --- 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 b0dc0d19b2..df68b282fc 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 */