u_boot_tools: allow build on x86_64.

This commit is contained in:
Adrien Destugues
2014-11-02 15:55:21 +00:00
parent c627f1f34b
commit 7115db73c1

View File

@@ -3,7 +3,7 @@ DESCRIPTION="This package includes the mkimage program, which allows generation
of U-Boot images in various formats."
HOMEPAGE="http://www.denx.de/wiki/U-Boot/Documentation"
REVISION="1"
ARCHITECTURES="x86_gcc2"
ARCHITECTURES="x86_gcc2 x86_64"
SRC_URI="http://ftp.denx.de/pub/u-boot/u-boot-2012.10.tar.bz2"
SOURCE_DIR="u-boot-$portVersion"