X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/40c07f37d9e065d656e88603f8c8b60a86506a2b..HEAD:/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c index 14e4e98fb..b683485d7 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c @@ -11,9 +11,6 @@ #include #include -#include -#include -#include #include #include @@ -62,39 +59,10 @@ static struct gpio_keys_button argus_atp52b_gpio_buttons[] __initdata = { } }; -static struct mtd_partition argus_atp52b_partitions[] = { - { - .name = "bootloader", - .offset = 0, - .size = 0x030000, - .mask_flags = MTD_WRITEABLE, - }, { - .name = "config", - .offset = 0x030000, - .size = 0x010000, - .mask_flags = MTD_WRITEABLE, - }, { - .name = "factory", - .offset = 0x040000, - .size = 0x010000, - .mask_flags = MTD_WRITEABLE, - }, { - .name = "kernel", - .offset = 0x050000, - .size = 0x120000, - }, { - .name = "rootfs", - .offset = 0x170000, - .size = 0x690000, - } -}; - static void __init argus_atp52b_init(void) { rt305x_gpio_init(RT305X_GPIO_MODE_GPIO << RT305X_GPIO_MODE_UART0_SHIFT); - rt305x_flash0_data.nr_parts = ARRAY_SIZE(argus_atp52b_partitions); - rt305x_flash0_data.parts = argus_atp52b_partitions; rt305x_register_flash(0); ramips_register_gpio_leds(-1, ARRAY_SIZE(argus_atp52b_leds_gpio),