summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-pine64
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-04-05 19:13:57 +0000
committerjoerg <joerg@pkgsrc.org>2018-04-05 19:13:57 +0000
commit742cf713357d503cccb6acbcf5ee28159884f4fe (patch)
tree02ba938ccb5b532685e5238deff6c5723e8a6233 /sysutils/u-boot-pine64
parent944a0208f39dc2e82a9f9d490def7c0905f89bdf (diff)
downloadpkgsrc-742cf713357d503cccb6acbcf5ee28159884f4fe.tar.gz
Create u-boot-sunxi-with-spl.bin like u-boot-pinebook, fixing the build.
From jmcneill.
Diffstat (limited to 'sysutils/u-boot-pine64')
-rw-r--r--sysutils/u-boot-pine64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot-pine64/Makefile b/sysutils/u-boot-pine64/Makefile
index c8c58c35530..a954241b871 100644
--- a/sysutils/u-boot-pine64/Makefile
+++ b/sysutils/u-boot-pine64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/02/18 16:25:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.4 2018/04/05 19:13:57 joerg Exp $
PKGREVISION= 3
@@ -13,7 +13,7 @@ post-extract:
${CP} ${PREFIX}/share/arm-trusted-firmware/sun50iw1p1/bl31.bin ${WRKSRC}
post-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} u-boot-sunxi-with-spl.bin
+ ${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/u-boot/u-boot-arm64.mk"