diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 14:05:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 14:05:19 +0000 |
commit | a7c5f6708bd398fa1e5456baa7d1249e29761f80 (patch) | |
tree | be635880d56d82ba2c5bfa31136083fe9ac1c589 /target/linux/ar71xx/files | |
parent | ab5e21a9a58ce3225ebf8b0767b0f09318af143b (diff) | |
download | mtk-20170518-a7c5f6708bd398fa1e5456baa7d1249e29761f80.zip mtk-20170518-a7c5f6708bd398fa1e5456baa7d1249e29761f80.tar.gz mtk-20170518-a7c5f6708bd398fa1e5456baa7d1249e29761f80.tar.bz2 |
ar71xx: use uimage split for WZR-HP-G450H
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37292
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c index 2c28a55..03b63c9 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-g450h.c @@ -43,21 +43,13 @@ static struct mtd_partition wzrhpg450h_partitions[] = { .size = 0x0010000, .mask_flags = MTD_WRITEABLE, }, { - .name = "uImage", + .name = "firmware", .offset = 0x0060000, - .size = 0x0100000, - }, { - .name = "rootfs", - .offset = 0x0160000, - .size = 0x1e80000, + .size = 0x1f80000, }, { .name = "user_property", .offset = 0x1fe0000, .size = 0x0020000, - }, { - .name = "firmware", - .offset = 0x0060000, - .size = 0x1f80000, } }; |