48eba37709
Bump PKGREVISION
12 lines
317 B
Makefile
12 lines
317 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/04/26 08:32:29 skrll Exp $
|
|
|
|
UBOOT_TARGET= jetson-tx1
|
|
UBOOT_CONFIG= p2371-2180_defconfig
|
|
UBOOT_BIN= u-boot u-boot-dtb.bin
|
|
|
|
PKGREVISION= 3
|
|
|
|
# Switch to EL1 before booting kernel (required for 32-bit support)
|
|
PKG_DEFAULT_OPTIONS+= el1
|
|
|
|
.include "../../sysutils/u-boot/u-boot-arm64.mk"
|