aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-pine64
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2017-12-11 17:54:20 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2017-12-11 17:54:20 +0000
commit29b903239f1c6a027daa395be6c2d6af160f011e (patch)
treebc9905d4b7e479771dab9155d37a449747b61039 /sysutils/u-boot-pine64
parent43547a543130fd2a9db7fedec45fd6e0a7d809c0 (diff)
downloadports-29b903239f1c6a027daa395be6c2d6af160f011e.tar.gz
ports-29b903239f1c6a027daa395be6c2d6af160f011e.zip
u-boot: Move allwinner 64 bits dep to u-boot-master
We have more than one Allwinner 64bits SoC u-boot ports now and others are coming. Move the dependencies into the u-boot-master ports. While here, switch maintainer on u-boot-pine64 and u-boot-sopine to uboot@ as discussed with imp@ and brd@ Reviewed by: imp (maintainer) Approved by: imp Differential Revision: https://reviews.freebsd.org/D13450
Notes
Notes: svn path=/head/; revision=456054
Diffstat (limited to 'sysutils/u-boot-pine64')
-rw-r--r--sysutils/u-boot-pine64/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/u-boot-pine64/Makefile b/sysutils/u-boot-pine64/Makefile
index 4e802ebb4c8b..83b90a0cf2db 100644
--- a/sysutils/u-boot-pine64/Makefile
+++ b/sysutils/u-boot-pine64/Makefile
@@ -1,16 +1,10 @@
# $FreeBSD$
-MAINTAINER= manu@FreeBSD.org
+MAINTAINER= uboot@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= pine64
BOARD_CONFIG= pine64_plus_defconfig
FAMILY= allwinner64
-BUILD_DEPENDS= ${LOCALBASE}/share/atf-allwinner/bl31.bin:sysutils/atf-allwinner
-MAKE_ENV+= BL31=${LOCALBASE}/share/atf-allwinner/bl31.bin
-
-post-build:
- ${CAT} ${WRKSRC}/spl/sunxi-spl.bin ${WRKSRC}/u-boot.itb > ${WRKSRC}/u-boot-sunxi-with-spl.bin
-
.include "${MASTERDIR}/Makefile"