diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-01-18 00:57:40 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-18 12:44:14 +0100 |
commit | ef49a1f62762f47cea4459d03a3c49c3e55b8992 (patch) | |
tree | 0679479ecd353c1b9c8a8c3fff8d6978497fb615 /package | |
parent | 4cd111e0df777fdce6f851872e52acd0de51e75d (diff) | |
download | buildroot-novena-ef49a1f62762f47cea4459d03a3c49c3e55b8992.tar.gz buildroot-novena-ef49a1f62762f47cea4459d03a3c49c3e55b8992.zip |
uboot-tools: bump to version 2013.01
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/uboot-tools/uboot-tools-drop-configh-from-tools.patch | 31 | ||||
-rw-r--r-- | package/uboot-tools/uboot-tools.mk | 2 |
2 files changed, 1 insertions, 32 deletions
diff --git a/package/uboot-tools/uboot-tools-drop-configh-from-tools.patch b/package/uboot-tools/uboot-tools-drop-configh-from-tools.patch deleted file mode 100644 index 2b3a0e5d1..000000000 --- a/package/uboot-tools/uboot-tools-drop-configh-from-tools.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 39857718f4df9b40a7acf38b73140fd86c628ef0 Mon Sep 17 00:00:00 2001 -From: Gustavo Zacarias <gustavo@zacarias.com.ar> -Date: Mon, 30 Apr 2012 09:07:38 -0300 -Subject: [PATCH] fw_env: allow it to build without a config - -We need to build u-boot tools without a board configuration for the -target packages. -fw_env just uses config.h to define the default environment of the -created image, so it really isn't mandatory. - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> ---- - tools/env/fw_env.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) - -diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c -index e292d2b..2bb061a 100644 ---- a/tools/env/fw_env.c -+++ b/tools/env/fw_env.c -@@ -45,8 +45,6 @@ - - #include "fw_env.h" - --#include <config.h> -- - #define WHITESPACE(c) ((c == '\t') || (c == ' ')) - - #define min(x, y) ({ \ --- -1.7.3.4 - diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk index 5957a3dba..3470b6022 100644 --- a/package/uboot-tools/uboot-tools.mk +++ b/package/uboot-tools/uboot-tools.mk @@ -3,7 +3,7 @@ # uboot-tools # ############################################################# -UBOOT_TOOLS_VERSION = 2012.10 +UBOOT_TOOLS_VERSION = 2013.01 UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2 UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot UBOOT_TOOLS_LICENSE = GPLv2+ |