diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:01:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:01:41 +0000 |
commit | affb57ee273ee9968f155686101e993087532ae9 (patch) | |
tree | c3959790d57a69c0f510538ab4dacec2482a16bd | |
parent | 3099ffe414412f4450b2f394613487d3478c0263 (diff) | |
download | upstream-affb57ee273ee9968f155686101e993087532ae9.tar.gz upstream-affb57ee273ee9968f155686101e993087532ae9.tar.bz2 upstream-affb57ee273ee9968f155686101e993087532ae9.zip |
ramips: update HW550-3G mtd partitions
This patch updates the mtd partitions for the Aztech HW550-3G
Signed-off-by: Layne Edwards <ledwards@astrumtech.net>
SVN-Revision: 27378
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c index 37fc6fd43f..c1023e0010 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c @@ -53,19 +53,15 @@ static struct mtd_partition hw550_3g_partitions[] = { }, { .name = "kernel", .offset = 0x050000, - .size = 0x180000, + .size = 0x0d0000, }, { .name = "rootfs", - .offset = 0x1d0000, - .size = 0x580000, - }, { - .name = "user", - .offset = 0x750000, - .size = 0x0b0000, + .offset = 0x120000, + .size = 0x6e0000, }, { .name = "firmware", .offset = 0x050000, - .size = 0x700000, + .size = 0x7b0000, } }; #endif /* CONFIG_MTD_PARTITIONS */ |