summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-pinebook-pro/Makefile
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2022-02-12 07:44:55 +0000
committermrg <mrg@pkgsrc.org>2022-02-12 07:44:55 +0000
commitc674f6dd9ee55699b6fd552c6943227946c0ed26 (patch)
tree93bee4d7a0814368c4b013520e1c402be0d0135e /sysutils/u-boot-pinebook-pro/Makefile
parentaa3f154387e1d9a6d16a932c540d5a9bb5fc947f (diff)
downloadpkgsrc-c674f6dd9ee55699b6fd552c6943227946c0ed26.tar.gz
load pinebook pro SPI environment from the same location that
rockpro64 does and avoid "saveenv" saving over the top of the u-boot installation itself. now my pbp can boot from just SPI and NVMe. bump pkg revision.
Diffstat (limited to 'sysutils/u-boot-pinebook-pro/Makefile')
-rw-r--r--sysutils/u-boot-pinebook-pro/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/u-boot-pinebook-pro/Makefile b/sysutils/u-boot-pinebook-pro/Makefile
index f120b16e956..eef8043c082 100644
--- a/sysutils/u-boot-pinebook-pro/Makefile
+++ b/sysutils/u-boot-pinebook-pro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/02/11 23:03:50 mrg Exp $
+# $NetBSD: Makefile,v 1.16 2022/02/12 07:44:55 mrg Exp $
UBOOT_TARGET= pinebook-pro
UBOOT_CONFIG= pinebook-pro-rk3399_defconfig
@@ -7,6 +7,8 @@ UBOOT_IMAGE_TYPE= rk3399
UBOOT_MKIMAGE_RKSPI= 1
UBOOT_RK_SPI_OFF= 768
+PKGREVISION= 1
+
UBOOT_INSTALLBOOT_PLIST= installboot.plist
.include "../../sysutils/u-boot/u-boot-rockchip.mk"