diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2018-12-31 15:06:44 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2018-12-31 15:06:44 +0000 |
commit | 24463cf1e5d13a69a0ee8dfa764de4bb92d7cc29 (patch) | |
tree | 6c9ed34551d5d9034358474ff82e3f96a2163268 /sysutils/u-boot-cubieboard4 | |
parent | d52d0dd7d6372b377dd6d1d44a94336c2db6c21e (diff) | |
download | pkgsrc-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-cubieboard4')
-rw-r--r-- | sysutils/u-boot-cubieboard4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/u-boot-cubieboard4/Makefile b/sysutils/u-boot-cubieboard4/Makefile index 2fd2b2a4a02..501130606b1 100644 --- a/sysutils/u-boot-cubieboard4/Makefile +++ b/sysutils/u-boot-cubieboard4/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2018/05/25 10:45:23 jmcneill Exp $ +# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:45 jmcneill Exp $ UBOOT_TARGET= cubieboard4 UBOOT_CONFIG= Cubieboard4_defconfig UBOOT_BIN= u-boot-sunxi-with-spl.bin +PKGREVISION= 1 + .include "../../sysutils/u-boot/u-boot-arm.mk" |