summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beagleboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/u-boot-beagleboard/Makefile')
-rw-r--r--sysutils/u-boot-beagleboard/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot-beagleboard/Makefile b/sysutils/u-boot-beagleboard/Makefile
index 612de46ae40..dad54597cda 100644
--- a/sysutils/u-boot-beagleboard/Makefile
+++ b/sysutils/u-boot-beagleboard/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:44 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:16 skrll Exp $
UBOOT_TARGET= beagleboard
UBOOT_CONFIG= omap3_beagle_defconfig
UBOOT_BIN= u-boot.img
UBOOT_BIN+= MLO
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../sysutils/u-boot/u-boot-arm.mk"