pkgsrc/sysutils/u-boot-nanopi-neo/Makefile
jmcneill 6cf4e66296 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.
2018-12-31 15:06:47 +00:00

9 lines
227 B
Makefile

# $NetBSD: Makefile,v 1.5 2018/12/31 15:06:47 jmcneill Exp $
UBOOT_TARGET= nanopi-neo
UBOOT_CONFIG= nanopi_neo_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
PKGREVISION= 1
.include "../../sysutils/u-boot/u-boot-arm.mk"