summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormartin <martin@pkgsrc.org>2019-03-15 13:58:59 +0000
committermartin <martin@pkgsrc.org>2019-03-15 13:58:59 +0000
commite062c11bb2fc3b15f492ac45c48c685f1f47734e (patch)
tree236484d40cdab3ed933744412fc4354992a55f67 /sysutils
parent99fa3a7dcedba8173c1e9eaea224cf536f9cfd91 (diff)
downloadpkgsrc-e062c11bb2fc3b15f492ac45c48c685f1f47734e.tar.gz
Move to mainline ARM trusted firmware, bump rev.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/u-boot-nanopi-neo-plus2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/u-boot-nanopi-neo-plus2/Makefile b/sysutils/u-boot-nanopi-neo-plus2/Makefile
index ea738eda5ef..e5a6e264f85 100644
--- a/sysutils/u-boot-nanopi-neo-plus2/Makefile
+++ b/sysutils/u-boot-nanopi-neo-plus2/Makefile
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.6 2018/12/31 15:06:46 jmcneill Exp $
+# $NetBSD: Makefile,v 1.7 2019/03/15 13:58:59 martin Exp $
UBOOT_TARGET= nanopi-neo-plus2
UBOOT_CONFIG= nanopi_neo_plus2_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 1
+PKGREVISION= 2
# Switch to EL1 before booting kernel (required for 32-bit support)
#PKG_DEFAULT_OPTIONS+= el1
post-extract:
- ${CP} ${PREFIX}/share/arm-trusted-firmware/sun50iw1p1/bl31.bin ${WRKSRC}
+ ${CP} ${PREFIX}/share/arm-trusted-firmware/sun50i_a64/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-sun50iw1p1/buildlink3.mk"
+.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"