1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/u-boot-orangepi-plus-2e/Makefile
Emmanuel Vadot 0d6e5081eb sysutils/u-boot-*: Remove ubldr support
We have been using loader.efi on armv7 for a long time now.
Remove support for booting with ubldr and the needed patches that were
never upstreamed.
While here add CONFIG_EFI_GRUB_ARM32_WORKAROUND=y in the Fragment as it's
needed to have the cache flushed for us when loader.efi is started.
2021-05-11 22:22:54 +02:00

12 lines
233 B
Makefile

# Created by: Jov <amutu@amutu.com>
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= orangepi-plus-2e
BOARD_CONFIG= orangepi_plus2e_defconfig
FAMILY= allwinner
U_BOOT_SLAVE_PORTREVISION_2021.04= 1
.include "${MASTERDIR}/Makefile"