summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-03-03 21:59:34 +0000
committerLuka Perkov <luka@openwrt.org>2013-03-03 21:59:34 +0000
commita5ebfc79ba93446ea576153c77f74d41c53c4d56 (patch)
treeb864216a97218c97a34d0246536ae1d93f798c13 /target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c
parent7f0cc47d8575d68bab55ad3d192f0815dced6a4a (diff)
downloadmaster-31e0f0ae-a5ebfc79ba93446ea576153c77f74d41c53c4d56.tar.gz
master-31e0f0ae-a5ebfc79ba93446ea576153c77f74d41c53c4d56.tar.bz2
master-31e0f0ae-a5ebfc79ba93446ea576153c77f74d41c53c4d56.zip
ar71xx: rework changes from r35840
Signed-off-by: Luka Perkov <luka@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35865
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c
index aa035c81b1..9ba5ecd2ea 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c
@@ -36,6 +36,7 @@ static struct mtd_partition wzrhpag300h_flash_partitions[] = {
.name = "u-boot-env",
.offset = 0x0040000,
.size = 0x0010000,
+ .mask_flags = MTD_WRITEABLE,
}, {
.name = "art",
.offset = 0x0050000,
@@ -209,8 +210,4 @@ static void __init wzrhpag300h_setup(void)
}
MIPS_MACHINE(ATH79_MACH_WZR_HP_AG300H, "WZR-HP-AG300H",
- "Buffalo WZR-HP-AG300H", wzrhpag300h_setup);
-
-MIPS_MACHINE(ATH79_MACH_WZR_600DHP, "WZR-600DHP",
- "Buffalo WZR-600DHP", wzrhpag300h_setup);
-
+ "Buffalo WZR-HP-AG300H/WZR-600DHP", wzrhpag300h_setup);