summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjakllsch <jakllsch@pkgsrc.org>2021-03-11 18:59:59 +0000
committerjakllsch <jakllsch@pkgsrc.org>2021-03-11 18:59:59 +0000
commite91cc39b61886bb28dee54c3a8bb130ed03647b9 (patch)
tree04de1cdf11c63cdb5e404daf3a2bc9c486216e7b /sysutils
parent2da76fb0db6213c7bda3f22f4ead1326ca804b4f (diff)
downloadpkgsrc-e91cc39b61886bb28dee54c3a8bb130ed03647b9.tar.gz
Update u-boot-pine-h64 to 2021.01
Notable changes for this board since prior pkgsrc version: - ethernet support in u-boot - somehow makes NetBSD sunxi_emac driver work
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/u-boot-pine-h64/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/u-boot-pine-h64/Makefile b/sysutils/u-boot-pine-h64/Makefile
index 2f4bf408894..750f28c6092 100644
--- a/sysutils/u-boot-pine-h64/Makefile
+++ b/sysutils/u-boot-pine-h64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/11/04 21:28:57 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/03/11 18:59:59 jakllsch Exp $
UBOOT_TARGET= pine-h64
UBOOT_CONFIG= pine_h64_defconfig
@@ -6,13 +6,11 @@ UBOOT_BIN= u-boot-sunxi-with-spl.bin
UBOOT_INSTALLBOOT_PLIST= installboot.plist
-PKGREVISION= 4
+UBOOT_VERSION= 2021.01
+PKGREVISION= 0
post-extract:
${CP} ${PREFIX}/share/arm-trusted-firmware/sun50i-h6/bl31.bin ${WRKSRC}
-post-build:
- ${CAT} ${WRKSRC}/spl/sunxi-spl.bin ${WRKSRC}/u-boot.itb > ${WRKSRC}/u-boot-sunxi-with-spl.bin
-
.include "../../sysutils/arm-trusted-firmware-sun50i-h6/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"