pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-nanopi-neo2 Move to mainline ARM trust...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9854baaa625a
branches:  trunk
changeset: 321039:9854baaa625a
user:      martin <martin%pkgsrc.org@localhost>
date:      Fri Mar 15 13:59:38 2019 +0000

description:
Move to mainline ARM trusted firmware, bump rev.

diffstat:

 sysutils/u-boot-nanopi-neo2/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 8b1917fe3c2d -r 9854baaa625a sysutils/u-boot-nanopi-neo2/Makefile
--- a/sysutils/u-boot-nanopi-neo2/Makefile      Fri Mar 15 13:59:35 2019 +0000
+++ b/sysutils/u-boot-nanopi-neo2/Makefile      Fri Mar 15 13:59:38 2019 +0000
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.5 2018/12/31 15:06:46 jmcneill Exp $
+# $NetBSD: Makefile,v 1.6 2019/03/15 13:59:38 martin Exp $
 
 UBOOT_TARGET=          nanopi-neo2
 UBOOT_CONFIG=          nanopi_neo2_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"



Home | Main Index | Thread Index | Old Index