aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-06-05 15:31:33 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-06-05 15:31:33 +0000
commit5a5e5a75d8c5ee6598473cbd20bf278704630c40 (patch)
treede9ea7e8e009abfff5b4a6b8ffde29e6eb659177 /target
parent148591d7f4805fd2cff8951fa98db492f1555fae (diff)
downloadmaster-187ad058-5a5e5a75d8c5ee6598473cbd20bf278704630c40.tar.gz
master-187ad058-5a5e5a75d8c5ee6598473cbd20bf278704630c40.tar.bz2
master-187ad058-5a5e5a75d8c5ee6598473cbd20bf278704630c40.zip
[ar71xx] create a 'firmware' partition for MZK-W300NH board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16347 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c
index 9ab8b1b139..4d363c84d9 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c
+++ b/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 */