summaryrefslogtreecommitdiffstats
path: root/rules/u-boot-tools.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-05-26 14:26:09 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-05-26 14:34:38 +0200
commit7168cd4c2d80f1620f03c01fbb06009c895f3605 (patch)
tree29e310175ec86651eb8f067f1b76d3ba9490a476 /rules/u-boot-tools.make
parenta42c36aebf77b654660760352fcaeeeef4df80ae (diff)
downloadptxdist-7168cd4c2d80f1620f03c01fbb06009c895f3605.tar.gz
ptxdist-7168cd4c2d80f1620f03c01fbb06009c895f3605.tar.xz
u-boot-toos: version bump to 2015.04
Wiht this version the mkimage tool is capable to build fit images. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/u-boot-tools.make')
-rw-r--r--rules/u-boot-tools.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make
index ef34b8003..ece98919c 100644
--- a/rules/u-boot-tools.make
+++ b/rules/u-boot-tools.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_U_BOOT_TOOLS) += u-boot-tools
#
# Paths and names
#
-U_BOOT_TOOLS_VERSION := 2014.07
-U_BOOT_TOOLS_MD5 := 36d4bad687edcafa396fee607e505d4e
+U_BOOT_TOOLS_VERSION := 2015.04
+U_BOOT_TOOLS_MD5 := 570bdc2c47270c2a98ca60ff6c5c74cd
U_BOOT_TOOLS := u-boot-$(U_BOOT_TOOLS_VERSION)
U_BOOT_TOOLS_SUFFIX := tar.bz2
-U_BOOT_TOOLS_URL := http://ftp.denx.de/pub/u-boot/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX)
+U_BOOT_TOOLS_URL := ftp://ftp.denx.de/pub/u-boot/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX)
U_BOOT_TOOLS_SOURCE := $(SRCDIR)/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX)
U_BOOT_TOOLS_DIR := $(BUILDDIR)/u-boot-tools-$(U_BOOT_TOOLS_VERSION)
U_BOOT_TOOLS_LICENSE := GPLv2