summaryrefslogtreecommitdiff
path: root/package/u-boot/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-16 03:27:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-16 03:27:47 +0100
commit8da0566c68ce4351ed2582bbdcb5c69a11e1f6e6 (patch)
tree99bc6192afdda481c871773c68c70ec139dfae42 /package/u-boot/Makefile
parent79c228be8c7c26dbdd41bb7e11c259ca1a1e17d6 (diff)
u-boot: allow to build for rpi3
Diffstat (limited to 'package/u-boot/Makefile')
-rw-r--r--package/u-boot/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
index d9d9f4440..6025ccb92 100644
--- a/package/u-boot/Makefile
+++ b/package/u-boot/Makefile
@@ -16,7 +16,7 @@ PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SYSTEM_DEPENDS:= beaglebone-black raspberry-pi raspberry-pi2 atmel-ngw100 banana-pro solidrun-imx6 solidrun-clearfog
+PKG_SYSTEM_DEPENDS:= beaglebone-black raspberry-pi raspberry-pi2 raspberry-pi3 atmel-ngw100 banana-pro solidrun-imx6 solidrun-clearfog
include $(ADK_TOPDIR)/mk/host.mk
include $(ADK_TOPDIR)/mk/package.mk
@@ -39,6 +39,9 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI2),y)
CONFIG:= rpi_defconfig
endif
+ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI3),y)
+CONFIG:= rpi_defconfig
+endif
ifeq ($(ADK_TARGET_SYSTEM_ATMEL_NGW100),y)
CONFIG:= atngw100_defconfig
endif