pkgsrc/sysutils/u-boot-jetson-tx1/Makefile
jmcneill 47a09734d8 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:44 +00:00

12 lines
320 B
Makefile

# $NetBSD: Makefile,v 1.6 2018/12/31 15:06:45 jmcneill Exp $
UBOOT_TARGET= jetson-tx1
UBOOT_CONFIG= p2371-2180_defconfig
UBOOT_BIN= u-boot u-boot-dtb.bin
PKGREVISION= 1
# Switch to EL1 before booting kernel (required for 32-bit support)
PKG_DEFAULT_OPTIONS+= el1
.include "../../sysutils/u-boot/u-boot-arm64.mk"