mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0d6e5081eb
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.
12 lines
233 B
Makefile
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"
|