ar71xx: add support for Buffalo WZR 600DHP
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-wzr-hp-ag300h.c
index a7068e15542e1d68054c302e05bdc58de964a1b5..aa035c81b1e3fe47cbeb3e7d2624ff66fdbf10ff 100644 (file)
@@ -36,7 +36,6 @@ static struct mtd_partition wzrhpag300h_flash_partitions[] = {
                .name           = "u-boot-env",
                .offset         = 0x0040000,
                .size           = 0x0010000,
-               .mask_flags     = MTD_WRITEABLE,
        }, {
                .name           = "art",
                .offset         = 0x0050000,
@@ -212,3 +211,6 @@ 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);
+