freebsd-ports/sysutils/u-boot-orangepi-one/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

9 lines
189 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= orangepi-one
BOARD_CONFIG= orangepi_one_defconfig
FAMILY= allwinner
U_BOOT_SLAVE_PORTREVISION_2021.04= 1
.include "${MASTERDIR}/Makefile"