diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-05 15:31:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-05 15:31:33 +0000 |
commit | 45d8b93d061f647a84c5247abd8674dd5bc76707 (patch) | |
tree | 97ae413be7b383f4bef5b338a89ed3867f31ee07 /target | |
parent | 4af957075692f67b2c054aac722e677eb9b00b03 (diff) | |
download | upstream-45d8b93d061f647a84c5247abd8674dd5bc76707.tar.gz upstream-45d8b93d061f647a84c5247abd8674dd5bc76707.tar.bz2 upstream-45d8b93d061f647a84c5247abd8674dd5bc76707.zip |
create a 'firmware' partition for MZK-W300NH board
SVN-Revision: 16347
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c | 4 |
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 */ |