aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh2.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-14 14:05:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-14 14:05:31 +0000
commit246ecf6b9dfec58f36f200ba8f33b9d8bb166dd3 (patch)
tree8bddd4997570795c5db40ac0fe76fe39f65fbf05 /target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh2.c
parent4fe58418fb32f8528a24f59888c11404c8fdee41 (diff)
downloadmaster-187ad058-246ecf6b9dfec58f36f200ba8f33b9d8bb166dd3.tar.gz
master-187ad058-246ecf6b9dfec58f36f200ba8f33b9d8bb166dd3.tar.bz2
master-187ad058-246ecf6b9dfec58f36f200ba8f33b9d8bb166dd3.zip
ar71xx: use uimage split for WZR-HP-G300NH2
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37295 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh2.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh2.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh2.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh2.c
index 4087288dc6..733d996ea0 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh2.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh2.c
@@ -44,22 +44,14 @@ static struct mtd_partition wzrhpg300nh2_flash_partitions[] = {
.size = 0x0010000,
.mask_flags = MTD_WRITEABLE,
}, {
- .name = "kernel",
+ .name = "firmware",
.offset = 0x0060000,
- .size = 0x0100000,
- }, {
- .name = "rootfs",
- .offset = 0x0160000,
- .size = 0x1e90000,
+ .size = 0x1f90000,
}, {
.name = "user_property",
.offset = 0x1ff0000,
.size = 0x0010000,
.mask_flags = MTD_WRITEABLE,
- }, {
- .name = "firmware",
- .offset = 0x0060000,
- .size = 0x1f90000,
}
};