summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-orangepi-zero
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2019-04-26 08:32:27 +0000
committerskrll <skrll@pkgsrc.org>2019-04-26 08:32:27 +0000
commiteebc1ae38717a916f8ea7784e34ec26bc55943b9 (patch)
tree9f4c3ea32ea02f99959ad47d1d50b77a5a99b820 /sysutils/u-boot-orangepi-zero
parent7d7c72d99d1ad7e8f2decf68da9a8445816080b7 (diff)
downloadpkgsrc-eebc1ae38717a916f8ea7784e34ec26bc55943b9.tar.gz
Call cleanup_before_linux in efi_exit_boot so ensure caches are clean, etc
Bump PKGREVISION
Diffstat (limited to 'sysutils/u-boot-orangepi-zero')
-rw-r--r--sysutils/u-boot-orangepi-zero/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot-orangepi-zero/Makefile b/sysutils/u-boot-orangepi-zero/Makefile
index dc50b98f0d6..dad88a5ec37 100644
--- a/sysutils/u-boot-orangepi-zero/Makefile
+++ b/sysutils/u-boot-orangepi-zero/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:18 skrll Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/26 08:32:30 skrll Exp $
UBOOT_TARGET= orangepi-zero
UBOOT_CONFIG= orangepi_zero_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../sysutils/u-boot/u-boot-arm.mk"