summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.18/0160-owrt-lantiq-multiple-flash.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-11 17:08:46 +0000
committerJohn Crispin <john@openwrt.org>2015-03-11 17:08:46 +0000
commitda3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7 (patch)
tree3b580b5d62f5aa6e2f585d9e4c644c4c257553c8 /target/linux/lantiq/patches-3.18/0160-owrt-lantiq-multiple-flash.patch
parentd5c250b91a20b91bf2f5816b92d4ce46cf5e43e4 (diff)
downloadmaster-31e0f0ae-da3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7.tar.gz
master-31e0f0ae-da3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7.tar.bz2
master-31e0f0ae-da3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7.zip
kenrel: refresh patches
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44678
Diffstat (limited to 'target/linux/lantiq/patches-3.18/0160-owrt-lantiq-multiple-flash.patch')
-rw-r--r--target/linux/lantiq/patches-3.18/0160-owrt-lantiq-multiple-flash.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/patches-3.18/0160-owrt-lantiq-multiple-flash.patch b/target/linux/lantiq/patches-3.18/0160-owrt-lantiq-multiple-flash.patch
index f276d7bfc0..c09323104d 100644
--- a/target/linux/lantiq/patches-3.18/0160-owrt-lantiq-multiple-flash.patch
+++ b/target/linux/lantiq/patches-3.18/0160-owrt-lantiq-multiple-flash.patch
@@ -8,7 +8,7 @@
#include <linux/of.h>
#include <lantiq_soc.h>
-@@ -38,10 +39,12 @@
+@@ -38,10 +39,12 @@ enum {
LTQ_NOR_NORMAL
};
@@ -24,7 +24,7 @@
};
static const char ltq_map_name[] = "ltq_nor";
-@@ -109,12 +112,44 @@
+@@ -109,12 +112,44 @@ ltq_copy_to(struct map_info *map, unsign
}
static int
@@ -70,7 +70,7 @@
if (of_machine_is_compatible("lantiq,falcon") &&
(ltq_boot_select() != BS_FLASH)) {
-@@ -128,76 +163,88 @@
+@@ -128,76 +163,88 @@ ltq_mtd_probe(struct platform_device *pd
platform_set_drvdata(pdev, ltq_mtd);