diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2018-12-31 15:06:47 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2018-12-31 15:06:47 +0000 |
commit | d48a77c5da9d38909ef68565f7fa8bff52655dac (patch) | |
tree | 60447a01e4608403e27ca665793353987c30ab8c | |
parent | 24463cf1e5d13a69a0ee8dfa764de4bb92d7cc29 (diff) | |
download | pkgsrc-d48a77c5da9d38909ef68565f7fa8bff52655dac.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.
-rw-r--r-- | sysutils/u-boot-nanopi-neo/Makefile | 2 | ||||
-rw-r--r-- | sysutils/u-boot-sopine-baseboard/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/u-boot-nanopi-neo/Makefile b/sysutils/u-boot-nanopi-neo/Makefile index 5b136793c4f..da97832a147 100644 --- a/sysutils/u-boot-nanopi-neo/Makefile +++ b/sysutils/u-boot-nanopi-neo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:45 jmcneill Exp $ +# $NetBSD: Makefile,v 1.5 2018/12/31 15:06:47 jmcneill Exp $ UBOOT_TARGET= nanopi-neo UBOOT_CONFIG= nanopi_neo_defconfig diff --git a/sysutils/u-boot-sopine-baseboard/Makefile b/sysutils/u-boot-sopine-baseboard/Makefile index b7ec2b45fc3..fd223795f1d 100644 --- a/sysutils/u-boot-sopine-baseboard/Makefile +++ b/sysutils/u-boot-sopine-baseboard/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.1 2018/06/07 00:58:27 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:47 jmcneill Exp $ UBOOT_TARGET= sopine-baseboard UBOOT_CONFIG= sopine_baseboard_defconfig UBOOT_BIN= u-boot-sunxi-with-spl.bin UBOOT_ENV+= DEVICE_TREE=sun50i-a64-sopine-baseboard +PKGREVISION= 1 + # Switch to EL1 before booting kernel (required for 32-bit support) PKG_DEFAULT_OPTIONS+= el1 |