summaryrefslogtreecommitdiff
path: root/package/u-boot/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-22 18:27:11 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-22 18:27:34 -0500
commit112afa3ee55070f5f46c7a3fc591afc8be260520 (patch)
treeb792dc2b489af05585cf8fc6ac5675fcdabf9bf3 /package/u-boot/Makefile
parent2ac4acec69505a6bc7100a842a082e320163fd02 (diff)
add basic xilinx kintex7 xtensa support
Diffstat (limited to 'package/u-boot/Makefile')
-rw-r--r--package/u-boot/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
index db93e919b..0b821228c 100644
--- a/package/u-boot/Makefile
+++ b/package/u-boot/Makefile
@@ -14,11 +14,9 @@ PKG_BUILDDEP:= u-boot-host
PKG_URL:= http://www.denx.de/wiki/U-Boot
PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/
-PKG_CFLINE_U_BOOT:= select ADK_KERNEL_ATAGS if ADK_TARGET_ARCH_ARM
-
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SYSTEM_DEPENDS:= raspberry-pi raspberry-pi2 atmel-ngw100
+PKG_SYSTEM_DEPENDS:= raspberry-pi raspberry-pi2 atmel-ngw100 xilinx-kintex7
include $(ADK_TOPDIR)/mk/host.mk
include $(ADK_TOPDIR)/mk/package.mk