aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-cubieboard2
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-01-12 22:49:08 +0000
committerWarner Losh <imp@FreeBSD.org>2017-01-12 22:49:08 +0000
commit1907015066bf9a3000bb4b9f2d32a3c38ae4c87b (patch)
treef8b977acfe275d2ed296890873e90290c66e9e79 /sysutils/u-boot-cubieboard2
parentb480c8f41765ad7191e4ae88f25ce303c8e82e8b (diff)
downloadports-1907015066bf9a3000bb4b9f2d32a3c38ae4c87b.tar.gz
ports-1907015066bf9a3000bb4b9f2d32a3c38ae4c87b.zip
Convert all the allwinnner-based u-boot boards over to
u-boot-master. Upgrade u-boot-master to cope with the allwinner u-boot port's needs for more tools.
Notes
Notes: svn path=/head/; revision=431327
Diffstat (limited to 'sysutils/u-boot-cubieboard2')
-rw-r--r--sysutils/u-boot-cubieboard2/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/u-boot-cubieboard2/Makefile b/sysutils/u-boot-cubieboard2/Makefile
index ac3f7b174c41..e21588160101 100644
--- a/sysutils/u-boot-cubieboard2/Makefile
+++ b/sysutils/u-boot-cubieboard2/Makefile
@@ -1,15 +1,10 @@
# $FreeBSD$
-PKGNAMESUFFIX= -cubieboard2
+MAINTAINER= imp@FreeBSD.org
+MASTERDIR= ${.CURDIR}/../u-boot-master
-COMMENT= Cross-build U-Boot loader for Cubieboard2
-
-LICENSE= GPLv2
-
-# Local overrides
-MASTERDIR= ${.CURDIR}/../u-boot-cubieboard
-DESCR= ${.CURDIR}/pkg-descr
MODEL= cubieboard2
-CONF_TARGET= Cubieboard2_defconfig
+BOARD_CONFIG= Cubieboard2_defconfig
+FAMILY= allwinner
.include "${MASTERDIR}/Makefile"