From fbde376c53f43a810f40b623b398032883dc0916 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 14 Jul 2013 14:05:23 +0000 Subject: ar71xx: use uimage split for WZR-HP-G300NH Signed-off-by: Felix Fietkau SVN-Revision: 37293 --- .../linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh.c') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh.c index 94f352aced..0a3eba9f77 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh.c @@ -64,13 +64,9 @@ static struct mtd_partition wzrhpg300nh_flash_partitions[] = { .size = 0x0020000, .mask_flags = MTD_WRITEABLE, }, { - .name = "kernel", + .name = "firmware", .offset = 0x0060000, - .size = 0x0100000, - }, { - .name = "rootfs", - .offset = 0x0160000, - .size = 0x1e60000, + .size = 0x1f60000, }, { .name = "user_property", .offset = 0x1fc0000, @@ -81,10 +77,6 @@ static struct mtd_partition wzrhpg300nh_flash_partitions[] = { .offset = 0x1fe0000, .size = 0x0020000, .mask_flags = MTD_WRITEABLE, - }, { - .name = "firmware", - .offset = 0x0060000, - .size = 0x1f60000, } }; -- cgit v1.2.3