summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-07-06 10:36:56 +0000
committerJohn Crispin <john@openwrt.org>2011-07-06 10:36:56 +0000
commitd42f0c9a1bf08ae9ff057ffc4b440b5acfad0662 (patch)
treedf8b2b8c39b13bc1e6ae30940911cba77ad0452e /target
parent8a5ec4142f3d5fad5f18d4e5c57c38a24708116f (diff)
downloadmtk-20170518-d42f0c9a1bf08ae9ff057ffc4b440b5acfad0662.zip
mtk-20170518-d42f0c9a1bf08ae9ff057ffc4b440b5acfad0662.tar.gz
mtk-20170518-d42f0c9a1bf08ae9ff057ffc4b440b5acfad0662.tar.bz2
fixes mtd maps for lantiq easy50712 and easy50601 evalkit. without this patch mini_fo/jffs caused the uboot to be overwritten on firstboot
SVN-Revision: 27489
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch32
-rw-r--r--target/linux/lantiq/patches-2.6.39/0014-fix_mtd.patch32
2 files changed, 64 insertions, 0 deletions
diff --git a/target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch b/target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch
new file mode 100644
index 0000000..051ba86
--- /dev/null
+++ b/target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch
@@ -0,0 +1,32 @@
+--- a/arch/mips/lantiq/xway/mach-easy50601.c
++++ b/arch/mips/lantiq/xway/mach-easy50601.c
+@@ -32,12 +32,7 @@
+ {
+ .name = "linux",
+ .offset = 0x20000,
+- .size = 0xE0000,
+- },
+- {
+- .name = "rootfs",
+- .offset = 0x100000,
+- .size = 0x300000,
++ .size = 0x3d0000,
+ },
+ };
+
+--- a/arch/mips/lantiq/xway/mach-easy50712.c
++++ b/arch/mips/lantiq/xway/mach-easy50712.c
+@@ -34,12 +34,7 @@
+ {
+ .name = "linux",
+ .offset = 0x20000,
+- .size = 0xe0000,
+- },
+- {
+- .name = "rootfs",
+- .offset = 0x100000,
+- .size = 0x300000,
++ .size = 0x3d0000,
+ },
+ };
+
diff --git a/target/linux/lantiq/patches-2.6.39/0014-fix_mtd.patch b/target/linux/lantiq/patches-2.6.39/0014-fix_mtd.patch
new file mode 100644
index 0000000..051ba86
--- /dev/null
+++ b/target/linux/lantiq/patches-2.6.39/0014-fix_mtd.patch
@@ -0,0 +1,32 @@
+--- a/arch/mips/lantiq/xway/mach-easy50601.c
++++ b/arch/mips/lantiq/xway/mach-easy50601.c
+@@ -32,12 +32,7 @@
+ {
+ .name = "linux",
+ .offset = 0x20000,
+- .size = 0xE0000,
+- },
+- {
+- .name = "rootfs",
+- .offset = 0x100000,
+- .size = 0x300000,
++ .size = 0x3d0000,
+ },
+ };
+
+--- a/arch/mips/lantiq/xway/mach-easy50712.c
++++ b/arch/mips/lantiq/xway/mach-easy50712.c
+@@ -34,12 +34,7 @@
+ {
+ .name = "linux",
+ .offset = 0x20000,
+- .size = 0xe0000,
+- },
+- {
+- .name = "rootfs",
+- .offset = 0x100000,
+- .size = 0x300000,
++ .size = 0x3d0000,
+ },
+ };
+