diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-05 16:46:55 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-05 16:46:55 +0000 |
commit | ce32456d289b9b43c5780e491b672506c25d771f (patch) | |
tree | c499db109685bb2dbf20e73afb8311785b332b44 /target/linux/ar71xx/files/arch | |
parent | ed1fa5fa7a3bc983e1489e8e3145f7df34df6910 (diff) |
[ar71xx] create firmware images for the Planex MZK-W04NU board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14413 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-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 99ec6693e..8af640ec7 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 */ |