From 90e71f0c361ede017b66412d5615dc4c8ecb26da Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 14 Apr 2013 18:38:56 +0000 Subject: [PATCH] u-boot: Update to 2013.04-rc2. --- u-boot/patches/u-boot-fat.patch | 12 ++++++++++++ u-boot/patches/uboot-omap-fit.patch | 9 +++++++++ u-boot/u-boot.nm | 10 ++++++++-- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 u-boot/patches/u-boot-fat.patch create mode 100644 u-boot/patches/uboot-omap-fit.patch diff --git a/u-boot/patches/u-boot-fat.patch b/u-boot/patches/u-boot-fat.patch new file mode 100644 index 000000000..1aa90bdb2 --- /dev/null +++ b/u-boot/patches/u-boot-fat.patch @@ -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 index 000000000..cdcc79bee --- /dev/null +++ b/u-boot/patches/uboot-omap-fit.patch @@ -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 */ diff --git a/u-boot/u-boot.nm b/u-boot/u-boot.nm index fc04ab920..40997781b 100644 --- a/u-boot/u-boot.nm +++ b/u-boot/u-boot.nm @@ -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. -- 2.47.3