diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-05 16:46:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-05 16:46:55 +0000 |
commit | d97af0443e85e3d863bc1f8d0e24d6e16d4e0936 (patch) | |
tree | c82f5d1a967060726ca4379f3cdc5945bfeac10c /target/linux/ar71xx/files | |
parent | a8f34d1a99521b29e74037f70669b812e8ccea22 (diff) | |
download | upstream-d97af0443e85e3d863bc1f8d0e24d6e16d4e0936.tar.gz upstream-d97af0443e85e3d863bc1f8d0e24d6e16d4e0936.tar.bz2 upstream-d97af0443e85e3d863bc1f8d0e24d6e16d4e0936.zip |
create firmware images for the Planex MZK-W04NU board
SVN-Revision: 14413
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c | 12 |
1 files changed, 6 insertions, 6 deletions
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 99ec6693ec..8af640ec7d 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 @@ -45,22 +45,22 @@ static struct mtd_partition mzk_w04nu_partitions[] = { .offset = 0x040000, .size = 0x010000, } , { - .name = "uImage", + .name = "kernel", .offset = 0x050000, .size = 0x160000, } , { .name = "rootfs", .offset = 0x1b0000, - .size = 0x610000, - } , { - .name = "config", - .offset = 0x7c0000, - .size = 0x020000, + .size = 0x630000, } , { .name = "art", .offset = 0x7e0000, .size = 0x020000, .mask_flags = MTD_WRITEABLE, + } , { + .name = "firmware", + .offset = 0x050000, + .size = 0x770000, } }; #endif /* CONFIG_MTD_PARTITIONS */ |