]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
u-boot: Update to 2013.04-rc2.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Apr 2013 18:38:56 +0000 (18:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Apr 2013 18:38:56 +0000 (18:38 +0000)
u-boot/patches/u-boot-fat.patch [new file with mode: 0644]
u-boot/patches/uboot-omap-fit.patch [new file with mode: 0644]
u-boot/u-boot.nm

diff --git a/u-boot/patches/u-boot-fat.patch b/u-boot/patches/u-boot-fat.patch
new file mode 100644 (file)
index 0000000..1aa90bd
--- /dev/null
@@ -0,0 +1,12 @@
+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
+@@ -90,7 +90,7 @@
+       /* Check for FAT12/FAT16/FAT32 filesystem */
+       if (!memcmp(buffer + DOS_FS_TYPE_OFFSET, "FAT", 3))
+               return 0;
+-      if (!memcmp(buffer + DOS_FS32_TYPE_OFFSET, "FAT32", 5))
++      if (!memcmp(buffer + DOS_FS32_TYPE_OFFSET, "FAT", 3))
+               return 0;
+       cur_dev = NULL;
diff --git a/u-boot/patches/uboot-omap-fit.patch b/u-boot/patches/uboot-omap-fit.patch
new file mode 100644 (file)
index 0000000..cdcc79b
--- /dev/null
@@ -0,0 +1,9 @@
+--- u-boot-2012.07/include/configs/omap4_common.h.orig 2013-01-24 00:20:40.334731642 -0600
++++ u-boot-2012.07/include/configs/omap4_common.h      2013-01-24 00:21:08.708953803 -0600
+@@ -280,4 +280,6 @@
+ #define CONFIG_SYS_THUMB_BUILD
++#define CONFIG_FIT
++
+ #endif /* __CONFIG_OMAP4_COMMON_H */
index fc04ab920ef2ea15bdd5616d1e2816abf2478f5b..40997781b0f8dfb888ebc67e72180a12933495d2 100644 (file)
@@ -4,8 +4,10 @@
 ###############################################################################
 
 name       = u-boot
-version    = 2012.10
-release    = 1
+version    = 2013.04
+rc         = 2
+release    = 0.1.rc%{rc}
+thisapp    = %{name}-%{version}-rc%{rc}
 sup_arches = armv5tel armv7hl
 
 groups     = Development/Tools
@@ -22,6 +24,10 @@ source_dl  = ftp://ftp.denx.de/pub/u-boot/
 sources    = %{thisapp}.tar.bz2
 
 build
+       requires
+               dtc
+       end
+
        build
                while read arch platform targets; do
                        # Skip all other architectures.