projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: remove 2.6.3[24] support
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.36
/
071-redboot_boardconfig.patch
diff --git
a/target/linux/generic/patches-2.6.36/071-redboot_boardconfig.patch
b/target/linux/generic/patches-2.6.36/071-redboot_boardconfig.patch
index
f9bc4fe
..
9188cee
100644
(file)
--- a/
target/linux/generic/patches-2.6.36/071-redboot_boardconfig.patch
+++ b/
target/linux/generic/patches-2.6.36/071-redboot_boardconfig.patch
@@
-1,6
+1,6
@@
--- a/drivers/mtd/redboot.c
+++ b/drivers/mtd/redboot.c
--- a/drivers/mtd/redboot.c
+++ b/drivers/mtd/redboot.c
-@@ -
11,6 +11
,8 @@
+@@ -
29,6 +29
,8 @@
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
@@
-9,7
+9,7
@@
struct fis_image_desc {
unsigned char name[16]; // Null terminated name
uint32_t flash_base; // Address within FLASH of image
struct fis_image_desc {
unsigned char name[16]; // Null terminated name
uint32_t flash_base; // Address within FLASH of image
-@@ -
41,6 +43
,7 @@ static int parse_redboot_partitions(stru
+@@ -
59,6 +61
,7 @@ static int parse_redboot_partitions(stru
struct mtd_partition **pparts,
unsigned long fis_origin)
{
struct mtd_partition **pparts,
unsigned long fis_origin)
{
@@
-17,7
+17,7
@@
int nrparts = 0;
struct fis_image_desc *buf;
struct mtd_partition *parts;
int nrparts = 0;
struct fis_image_desc *buf;
struct mtd_partition *parts;
-@@ -2
09,14 +212
,14 @@ static int parse_redboot_partitions(stru
+@@ -2
27,14 +230
,14 @@ static int parse_redboot_partitions(stru
}
}
#endif
}
}
#endif
@@
-34,7
+34,7
@@
#ifdef CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED
if (nulllen > 0) {
strcpy(nullname, nullstring);
#ifdef CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED
if (nulllen > 0) {
strcpy(nullname, nullstring);
-@@ -2
35,6 +238
,8 @@ static int parse_redboot_partitions(stru
+@@ -2
53,6 +256
,8 @@ static int parse_redboot_partitions(stru
}
#endif
for ( ; i<nrparts; i++) {
}
#endif
for ( ; i<nrparts; i++) {
@@
-43,7
+43,7
@@
parts[i].size = fl->img->size;
parts[i].offset = fl->img->flash_base;
parts[i].name = names;
parts[i].size = fl->img->size;
parts[i].offset = fl->img->flash_base;
parts[i].name = names;
-@@ -2
68,6 +273
,14 @@ static int parse_redboot_partitions(stru
+@@ -2
86,6 +291
,14 @@ static int parse_redboot_partitions(stru
fl = fl->next;
kfree(tmp_fl);
}
fl = fl->next;
kfree(tmp_fl);
}
This page took
0.024047 seconds
and
4
git commands to generate.