summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wl351.c
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-19 17:52:15 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-19 17:52:15 +0000
commite1527acc5f30fab2663eb51cb70a8da696e062da (patch)
treeb89f20a1a9c39c8c7615e45303e9f2dc3d572912 /target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wl351.c
parent058c28d6fe9c9285dc69b95e2b91a779b199220a (diff)
ramips: rt305x: nuke built-in MTD partition maps
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30650 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wl351.c')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wl351.c37
1 files changed, 0 insertions, 37 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wl351.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wl351.c
index 8d37f8f87..8551f2541 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wl351.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wl351.c
@@ -69,41 +69,6 @@ static struct gpio_keys_button wl351_gpio_buttons[] __initdata = {
}
};
-static struct mtd_partition wl351_partitions[] = {
- {
- .name = "u-boot",
- .offset = 0,
- .size = 0x030000,
- .mask_flags = MTD_WRITEABLE,
- }, {
- .name = "u-boot-env",
- .offset = 0x030000,
- .size = 0x010000,
- .mask_flags = MTD_WRITEABLE,
- }, {
- .name = "factory",
- .offset = 0x040000,
- .size = 0x010000,
- .mask_flags = MTD_WRITEABLE,
- }, {
- .name = "kernel",
- .offset = 0x050000,
- .size = 0x110000,
- }, {
- .name = "rootfs",
- .offset = 0x160000,
- .size = 0x230000,
- }, {
- .name = "user (jffs2)",
- .offset = 0x3F0000,
- .size = 0x010000,
- }, {
- .name = "firmware",
- .offset = 0x050000,
- .size = 0x3a0000,
- }
-};
-
static struct rtl8366_platform_data wl351_switch_data = {
.gpio_sda = RT305X_GPIO_I2C_SD,
.gpio_sck = RT305X_GPIO_I2C_SCLK,
@@ -125,8 +90,6 @@ static void __init wl351_init(void)
RT305X_GPIO_MODE_SPI |
RT305X_GPIO_MODE_MDIO);
- rt305x_flash0_data.nr_parts = ARRAY_SIZE(wl351_partitions);
- rt305x_flash0_data.parts = wl351_partitions;
rt305x_register_flash(0);
ramips_register_gpio_leds(-1, ARRAY_SIZE(wl351_leds_gpio),