8b560bb51c
This also bring u-boot to version 2017.09 and the firmware files are no longer in this port but in sysutils/rpi-firmware. Also I'm stepping in as maintainer. Tested On: RPI2v1.1, RPI2v1.2 Reviewed by: imp Approved by: imp Differential Revision: https://reviews.freebsd.org/D13049
12 lines
249 B
Makefile
12 lines
249 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= manu@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= rpi2
|
|
BOARD_CONFIG= rpi_2_defconfig
|
|
FAMILY= rpi
|
|
|
|
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
|
|
|
|
.include "${MASTERDIR}/Makefile"
|