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.
9 lines
189 B
Makefile
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"
|