From abd419a7df4261f561f7991d761741e8fc072839 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 11 Jul 2009 17:15:30 +0000 Subject: increase size of the kernel partition on the TEW-632BR board SVN-Revision: 16784 --- target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ar71xx/files') 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 c3fc2b212d..afb8ceebd5 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, -- cgit v1.2.3