aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-omap/patches/002-fix_jffs2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-omap/patches/002-fix_jffs2.patch')
-rw-r--r--package/boot/uboot-omap/patches/002-fix_jffs2.patch6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/boot/uboot-omap/patches/002-fix_jffs2.patch b/package/boot/uboot-omap/patches/002-fix_jffs2.patch
index cba0e25aac..849c633221 100644
--- a/package/boot/uboot-omap/patches/002-fix_jffs2.patch
+++ b/package/boot/uboot-omap/patches/002-fix_jffs2.patch
@@ -17,11 +17,9 @@ Cc: Chris Ruehl <chris.ruehl@gtsys.com.hk>
fs/jffs2/jffs2_1pass.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c
-index c856983..a7dbe79 100644
--- a/fs/jffs2/jffs2_1pass.c
+++ b/fs/jffs2/jffs2_1pass.c
-@@ -1438,7 +1438,7 @@ jffs2_1pass_build_lists(struct part_info * part)
+@@ -1438,7 +1438,7 @@ jffs2_1pass_build_lists(struct part_info
{
struct b_lists *pL;
struct jffs2_unknown_node *node;
@@ -30,5 +28,3 @@ index c856983..a7dbe79 100644
u32 i;
u32 counter4 = 0;
u32 counterF = 0;
---
-1.8.3.1