ramips: rt305x: remove unused defines from mach-nw718.c
[openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / mach-argus-atp52b.c
index bee06fd..dfcdfee 100644 (file)
@@ -72,10 +72,12 @@ static struct mtd_partition argus_atp52b_partitions[] = {
                .name   = "config",
                .offset = 0x030000,
                .size   = 0x010000,
+               .mask_flags = MTD_WRITEABLE,
        }, {
                .name   = "factory",
                .offset = 0x040000,
                .size   = 0x010000,
+               .mask_flags = MTD_WRITEABLE,
        }, {
                .name   = "kernel",
                .offset = 0x050000,
@@ -108,6 +110,7 @@ static void __init argus_atp52b_init(void)
        rt305x_register_ethernet();
        rt305x_register_wifi();
        rt305x_register_wdt();
+       rt305x_register_usb();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_ARGUS_ATP52B, "ARGUS_ATP52B", "Argus ATP-52B",
This page took 0.022781 seconds and 4 git commands to generate.