Browse Source

ar71xx: fix firmware partition size on the MZK-W04NU board

SVN-Revision: 21172
Gabor Juhos 16 years ago
parent
commit
77b2354fcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c

+ 1 - 1
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 */