1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/sysutils/u-boot-rpi4/Makefile
Emmanuel Vadot 25cd322adb sysutils/u-boot-*: Update to 2024.01
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2024-01-12 18:08:45 +01:00

16 lines
339 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
EXTRA_PATCHES= ${.CURDIR}/files/
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"