summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-11 17:15:30 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-11 17:15:30 +0000
commiteea7fc66c5ce2a361d2682c07f9169ba52d20d91 (patch)
tree088002f01f953a0594bc42a509c15b95ee956bd8 /target/linux/ar71xx/files/arch
parentb43132ce65860392bc4642384039ea5d98c02681 (diff)
[ar71xx] increase size of the kernel partition on the TEW-632BR board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16784 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c6
1 files changed, 3 insertions, 3 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 c3fc2b212..afb8ceebd 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
@@ -44,11 +44,11 @@ static struct mtd_partition tew_632brp_partitions[] = {
} , {
.name = "kernel",
.offset = 0x030000,
- .size = 0x0c0000,
+ .size = 0x0d0000,
} , {
.name = "rootfs",
- .offset = 0x0f0000,
- .size = 0x300000,
+ .offset = 0x100000,
+ .size = 0x2f0000,
} , {
.name = "art",
.offset = 0x3f0000,