ports/sysutils/u-boot-rpi2/files/rpi2_fragment
Emmanuel Vadot 6192585487 sysutils/u-boot-rpi2: Add CONFIG_EFI_GRUB_ARM32_WORKAROUND
We need this config to flush the caches, it was added to the generic
FreeBSD_Fragment but this ports uses a dedicated fragment to add it
there too.
While here remove CONFIG_API and CONFIG_CMD_CACHE as those aren't usefull
for EFI boot flow.
2021-07-14 21:24:42 +02:00

4 lines
93 B
Text

CONFIG_OF_EMBED=n
CONFIG_OF_BOARD=y
CONFIG_ARMV7_NONSEC=n
CONFIG_EFI_GRUB_ARM32_WORKAROUND=y