summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beaglebonewhite/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2018-12-31 15:06:44 +0000
committerjmcneill <jmcneill@pkgsrc.org>2018-12-31 15:06:44 +0000
commit24463cf1e5d13a69a0ee8dfa764de4bb92d7cc29 (patch)
tree6c9ed34551d5d9034358474ff82e3f96a2163268 /sysutils/u-boot-beaglebonewhite/Makefile
parentd52d0dd7d6372b377dd6d1d44a94336c2db6c21e (diff)
downloadpkgsrc-24463cf1e5d13a69a0ee8dfa764de4bb92d7cc29.tar.gz
U-Boot 2018.11 broke compatibility of U-Boot image type IDs. Restore IDs
used in previous (and subsequent) U-Boot versions to fix booting GENERIC armv7 NetBSD kernels.
Diffstat (limited to 'sysutils/u-boot-beaglebonewhite/Makefile')
-rw-r--r--sysutils/u-boot-beaglebonewhite/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/u-boot-beaglebonewhite/Makefile b/sysutils/u-boot-beaglebonewhite/Makefile
index 118a7be8910..dc7100b8c39 100644
--- a/sysutils/u-boot-beaglebonewhite/Makefile
+++ b/sysutils/u-boot-beaglebonewhite/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2017/08/26 18:35:33 sevan Exp $
+# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:44 jmcneill Exp $
UBOOT_TARGET= beaglebonewhite
UBOOT_CONFIG= am335x_evm_defconfig
UBOOT_BIN= u-boot.img
UBOOT_BIN+= MLO
+PKGREVISION= 1
+
.include "../../sysutils/u-boot/u-boot-arm.mk"