Skip to content

Commit 9542df9

Browse files
committed
dontmerge: switch to our own sources of u-boot for mkimage tool
As soon as the next official release of upstream u-boot happens ARC architecture will be built-in, so this patch must be omitted. Signed-off-by: Alexey Brodkin <[email protected]>
1 parent 2f8bc59 commit 9542df9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package/uboot-tools/uboot-tools.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
#
55
################################################################################
66

7-
UBOOT_TOOLS_VERSION = 2014.01
8-
UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2
9-
UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot
7+
UBOOT_TOOLS_VERSION = 071d18c86234c630e3c3810b6bbf7445282472c1
8+
UBOOT_TOOLS_SITE = git://github.com/foss-for-synopsys-dwc-arc-processors/u-boot.git
109
UBOOT_TOOLS_LICENSE = GPLv2+
1110
UBOOT_TOOLS_LICENSE_FILES = Licenses/gpl-2.0.txt
1211

0 commit comments

Comments
 (0)