12 lines
324 B
Makefile
12 lines
324 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/02/18 14:55:32 martin Exp $
|
|
|
|
UBOOT_TARGET= jetson-tx2
|
|
UBOOT_CONFIG= p2771-0000-500_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"
|