From 98230997185e1ae563782268ce38aca6e858c8d7 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 16 Jul 2013 07:56:42 +0000 Subject: [PATCH] mkimage: fix md5sum after r37361 Signed-off-by: Luka Perkov SVN-Revision: 37366 --- tools/mkimage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index fd06c721e8..d2efd62d23 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=2013.07-rc1 PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=21bf962d69938ed4ed783b792b2b074e +PKG_MD5SUM:=9b14d9a8981ce2e429956af7cc96996e PKG_CAT:=bzcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)