add support for 3.2 kernel

SVN-Revision: 29939
This commit is contained in:
Florian Fainelli
2012-01-29 15:00:25 +00:00
parent b9da4dcb6b
commit ad808cf7e6
5 changed files with 319 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- a/arch/mips/alchemy/mtx-1/platform.c
+++ b/arch/mips/alchemy/mtx-1/platform.c
@@ -92,7 +92,7 @@ static struct platform_device mtx1_gpio_
static struct mtd_partition mtx1_mtd_partitions[] = {
{
- .name = "filesystem",
+ .name = "rootfs",
.size = 0x01C00000,
.offset = 0,
},