projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes mtd maps for lantiq easy50712 and easy50601 evalkit. without this patch mini_fo...
[openwrt.git]
/
target
/
linux
/
gemini
/
patches
/
100-mtd-physmap-try-static-partitions-first.patch
diff --git
a/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch
b/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch
index
887dab0
..
2c085e1
100644
(file)
--- a/
target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch
+++ b/
target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch
@@
-1,6
+1,6
@@
--- a/drivers/mtd/maps/physmap.c
+++ b/drivers/mtd/maps/physmap.c
--- a/drivers/mtd/maps/physmap.c
+++ b/drivers/mtd/maps/physmap.c
-@@ -17
0,6 +170
,13 @@ static int physmap_flash_probe(struct pl
+@@ -17
3,6 +173
,13 @@ static int physmap_flash_probe(struct pl
goto err_out;
#ifdef CONFIG_MTD_PARTITIONS
goto err_out;
#ifdef CONFIG_MTD_PARTITIONS
@@
-14,7
+14,7
@@
err = parse_mtd_partitions(info->cmtd, part_probe_types,
&info->parts, 0);
if (err > 0) {
err = parse_mtd_partitions(info->cmtd, part_probe_types,
&info->parts, 0);
if (err > 0) {
-@@ -1
77,13 +184
,6 @@ static int physmap_flash_probe(struct pl
+@@ -1
80,13 +187
,6 @@ static int physmap_flash_probe(struct pl
info->nr_parts = err;
return 0;
}
info->nr_parts = err;
return 0;
}
This page took
0.023079 seconds
and
4
git commands to generate.