From 0ca01f7bdc031982d135c24036f00d60988ca4ec Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 17 Nov 2008 17:42:35 +0000 Subject: [ar71xx] use MyLoader partition parser on the WP543 board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13265 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ar71xx/files/arch/mips/ar71xx/mach-wp543.c | 27 ---------------------- 1 file changed, 27 deletions(-) (limited to 'target/linux/ar71xx/files') diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c index ef2ef05759..c1fe33e16a 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c @@ -31,39 +31,12 @@ #define WP543_BUTTONS_POLL_INTERVAL 20 -#ifdef CONFIG_MTD_PARTITIONS -static struct mtd_partition wp543_partitions[] = { - { - .name = "myloader", - .offset = 0, - .size = 0x20000, - .mask_flags = MTD_WRITEABLE, - } , { - .name = "kernel", - .offset = 0x30000, - .size = 0xd0000, - } , { - .name = "rootfs", - .offset = 0x100000, - .size = 0x100000, - } -}; -#endif /* CONFIG_MTD_PARTITIONS */ - -static struct flash_platform_data wp543_flash_data = { -#ifdef CONFIG_MTD_PARTITIONS - .parts = wp543_partitions, - .nr_parts = ARRAY_SIZE(wp543_partitions), -#endif -}; - static struct spi_board_info wp543_spi_info[] = { { .bus_num = 0, .chip_select = 0, .max_speed_hz = 25000000, .modalias = "m25p80", - .platform_data = &wp543_flash_data, } }; -- cgit v1.2.3