1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/sysutils/u-boot-rpi2/Makefile
Emmanuel Vadot 97dfdb9cd8 Update U-Boot to 2019.01
This removes a lot of local patches

Approved by:	bapt (mentor, implicit)
2019-02-04 18:22:06 +00:00

17 lines
323 B
Makefile

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