2021-08-12 09:30:21 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2021/08/12 07:30:21 wiz Exp $
|
2018-02-08 09:57:32 +01:00
|
|
|
|
|
|
|
UBOOT_TARGET= jetson-tx2
|
|
|
|
UBOOT_CONFIG= p2771-0000-500_defconfig
|
|
|
|
UBOOT_BIN= u-boot u-boot-dtb.bin
|
|
|
|
|
2019-04-26 10:32:27 +02:00
|
|
|
PKGREVISION= 3
|
2018-12-31 16:06:44 +01:00
|
|
|
|
2018-02-08 09:57:32 +01:00
|
|
|
# Switch to EL1 before booting kernel (required for 32-bit support)
|
2021-02-18 15:55:32 +01:00
|
|
|
# PKG_DEFAULT_OPTIONS+= el1
|
2018-02-08 09:57:32 +01:00
|
|
|
|
|
|
|
.include "../../sysutils/u-boot/u-boot-arm64.mk"
|
2021-08-12 09:30:21 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|