summaryrefslogtreecommitdiffstats
path: root/u-boot-fat.patch
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2013-01-29 13:39:25 -0600
committerDennis Gilmore <dennis@ausil.us>2013-01-29 13:39:25 -0600
commit100bc5aecb8834b35b7fa0780e26191a2d91ded6 (patch)
tree2f162308a95aba4b5e102edef13bf2c32fe4c8e7 /u-boot-fat.patch
parent6c6ea2b132a5dc0e9aa8c2f440aa458322e4d67b (diff)
downloaduboot-tools-100bc5aecb8834b35b7fa0780e26191a2d91ded6.tar.gz
uboot-tools-100bc5aecb8834b35b7fa0780e26191a2d91ded6.tar.xz
uboot-tools-100bc5aecb8834b35b7fa0780e26191a2d91ded6.zip
update to 2013.01 release
Diffstat (limited to 'u-boot-fat.patch')
-rw-r--r--u-boot-fat.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/u-boot-fat.patch b/u-boot-fat.patch
index a9cefe9..42c083e 100644
--- a/u-boot-fat.patch
+++ b/u-boot-fat.patch
@@ -1,7 +1,7 @@
diff -uNr u-boot-2012.04.01.orig/fs/fat/fat.c u-boot-2012.04.01/fs/fat/fat.c
--- u-boot-2012.04.01.orig/fs/fat/fat.c 2012-04-25 08:22:50.000000000 -0500
+++ u-boot-2012.04.01/fs/fat/fat.c 2012-06-19 14:06:16.605337811 -0500
-@@ -114,7 +114,7 @@
+@@ -83,7 +83,7 @@
/* Check for FAT12/FAT16/FAT32 filesystem */
if (!memcmp(buffer + DOS_FS_TYPE_OFFSET, "FAT", 3))
return 0;