diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-14 14:05:23 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-14 14:05:23 +0000 |
commit | bd02a0fa7a9c89ef3fbe1f3d2e40d13c83e08283 (patch) | |
tree | e0e03ee34938c1603e851166ad5ee0e92ecd8cdf /target/linux/ar71xx/files/arch | |
parent | c9f0a45f3bb926488795cdad2c075a07fc60cd25 (diff) |
ar71xx: use uimage split for WZR-HP-G300NH
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37293 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g300nh.c | 12 |
1 files changed, 2 insertions, 10 deletions
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, } }; |