diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-15 08:32:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-15 08:32:04 +0000 |
commit | e643c26169a561876ad083124abdd0163a6ecc8d (patch) | |
tree | a2bf36130b8e7a04740a0d4b0b6966f3fef36015 /target/linux/ar71xx/files | |
parent | f63a6e0d565950140235ad795e885169f8d165b4 (diff) | |
download | upstream-e643c26169a561876ad083124abdd0163a6ecc8d.tar.gz upstream-e643c26169a561876ad083124abdd0163a6ecc8d.tar.bz2 upstream-e643c26169a561876ad083124abdd0163a6ecc8d.zip |
tew-632brp: use LZMA compressed uImage
SVN-Revision: 13645
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c index c162913903..c736b79516 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c @@ -34,20 +34,20 @@ static struct mtd_partition tew_632brp_partitions[] = { } , { .name = "kernel", .offset = 0x030000, - .size = 0x100000, + .size = 0x0c0000, } , { .name = "rootfs", - .offset = 0x130000, - .size = 0x2b0000, - } , { - .name = "firmware", - .offset = 0x030000, - .size = 0x3b0000, + .offset = 0x0f0000, + .size = 0x2f0000, } , { .name = "art", .offset = 0x3e0000, .size = 0x020000, .mask_flags = MTD_WRITEABLE, + } , { + .name = "firmware", + .offset = 0x030000, + .size = 0x3b0000, } }; #endif /* CONFIG_MTD_PARTITIONS */ |