#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
-#include <linux/rtl8366s.h>
+#include <linux/rtl8366.h>
#include <linux/ethtool.h>
#include <asm/mach-ralink/machine.h>
}, {
.name = "kernel",
.offset = 0x050000,
- .size = 0x0b0000,
+ .size = 0x0d0000,
}, {
.name = "rootfs",
- .offset = 0x100000,
- .size = 0x300000,
+ .offset = 0x120000,
+ .size = 0x2e0000,
}, {
- .name = "openwrt",
+ .name = "firmware",
.offset = 0x050000,
.size = 0x3b0000,
}
}
};
-static struct rtl8366s_platform_data rt_n15_rtl8366s_data = {
+static struct rtl8366_platform_data rt_n15_rtl8366s_data = {
.gpio_sda = RT_N15_GPIO_RTL8366_SDA,
.gpio_sck = RT_N15_GPIO_RTL8366_SCK,
};