Files
ports/sysutils/u-boot-rpi4/Makefile
T
Emmanuel Vadot 0be75b47fa u-boot: Update to 2020.07
Remove upstreamed patches.
2020-07-08 17:18:56 +00:00

19 lines
376 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
EXTRA_PATCHES= ${.CURDIR}/files/
PATCHFILES+= 939129/raw
MODEL= rpi4
BOARD_CONFIG= rpi_4_defconfig
FAMILY= rpi
UBOOT_ARCH= aarch64
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
CONFIG_FRAGMENT= ${.CURDIR}/files/rpi4_fragment
FRAGMENT_NAME= rpi4_fragment
.include "${MASTERDIR}/Makefile"