aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beaglebone/Makefile
blob: 961ebd05d74eea10bce9c70e0200048ae5d9cbef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
MASTERDIR=	${.CURDIR}/../u-boot-master

MODEL=		beaglebone
BOARD_CONFIG=	am335x_evm_defconfig
FAMILY=		omap

U_BOOT_SLAVE_PORTREVISION_2021.04=	1

CONFIG_FRAGMENT=	${.CURDIR}/files/bbb_fragment
FRAGMENT_NAME=		bbb_fragment

.include "${MASTERDIR}/Makefile"