aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-pine64
diff options
context:
space:
mode:
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"