used in previous (and subsequent) U-Boot versions to fix booting GENERIC armv7 NetBSD kernels.
12 lines
320 B
Makefile
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"
|