aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/files/fix-data-abort-from-sd-ombug799.patch
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-06 19:09:16 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-06 19:09:16 +0200
commita266b5263d6fa6a86172f2ccd7c6f4b4d23fd1d6 (patch)
tree7732d2b5abbc867299fa2927531ddbb4a81035a2 /recipes/u-boot/files/fix-data-abort-from-sd-ombug799.patch
parent9aedaeda167e1adf065974bf078ce5615a60b38e (diff)
downloadopenembedded-a266b5263d6fa6a86172f2ccd7c6f4b4d23fd1d6.tar.gz
u-boot : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/u-boot/files/fix-data-abort-from-sd-ombug799.patch')
-rw-r--r--recipes/u-boot/files/fix-data-abort-from-sd-ombug799.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/u-boot/files/fix-data-abort-from-sd-ombug799.patch b/recipes/u-boot/files/fix-data-abort-from-sd-ombug799.patch
deleted file mode 100644
index 98b84430ad..0000000000
--- a/recipes/u-boot/files/fix-data-abort-from-sd-ombug799.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- git.orig/fs/ext2/ext2fs.c 2007-12-13 23:16:13.000000000 -0800
-+++ git/fs/ext2/ext2fs.c 2007-12-13 23:16:41.000000000 -0800
-@@ -472,7 +472,7 @@
- return (0);
- }
- if (dirent.namelen != 0) {
-- char filename[dirent.namelen + 1];
-+ char filename[256];
- ext2fs_node_t fdiro;
- int type = FILETYPE_UNKNOWN;
-