summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-jetson-tx2/Makefile
blob: c1f9e93909909195e8c36a4f54a4fc6ddaf6bfd4 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: Makefile,v 1.3 2018/12/14 00:52:27 jmcneill Exp $

UBOOT_TARGET=		jetson-tx2
UBOOT_CONFIG=		p2771-0000-500_defconfig
UBOOT_BIN=		u-boot u-boot-dtb.bin

# Switch to EL1 before booting kernel (required for 32-bit support)
PKG_DEFAULT_OPTIONS+=	el1

.include "../../sysutils/u-boot/u-boot-arm64.mk"