ramips: rt305x: nuke built-in MTD partition maps
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / mach-argus-atp52b.c
index 14e4e98fb9b7c8e44c3a287c276e7a1c78d18d54..b683485d71ac16866b182c4e9a527335b949b218 100644 (file)
@@ -11,9 +11,6 @@
 
 #include <linux/init.h>
 #include <linux/platform_device.h>
-#include <linux/mtd/mtd.h>
-#include <linux/mtd/partitions.h>
-#include <linux/mtd/physmap.h>
 
 #include <asm/mach-ralink/machine.h>
 #include <asm/mach-ralink/dev-gpio-buttons.h>
@@ -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),