Browse Source

create a 'firmware' partition for MZK-W300NH board

SVN-Revision: 16347
Gabor Juhos 16 years ago
parent
commit
45d8b93d06
1 changed files with 4 additions and 0 deletions
  1. 4 0
      target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c

+ 4 - 0
target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c

@@ -62,6 +62,10 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
 		.offset		= 0x7e0000,
 		.size		= 0x020000,
 		.mask_flags	= MTD_WRITEABLE,
+	} , {
+		.name		= "firmare",
+		.offset		= 0x050000,
+		.size		= 0x770000,
 	}
 };
 #endif /* CONFIG_MTD_PARTITIONS */