efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 17 Sep 2020 17:09:23 +0000 (19:09 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 6 Oct 2020 05:43:56 +0000 (07:43 +0200)
commit4b71f6dc4e2a6d98f24120dfc2f88d37c37d35e8
tree69f7504bb74d7652e6508aa395e4ad6e93e0beb4
parent493a37fe8607bcbf4cb7c4a5c18fed5a86f9e5d2
efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n

CONFIG_EFI_GRUB_ARM32 is only needed for architectures with caches that are
not managed via CP15 (or for some outdated buggy versions of GRUB). It
makes more sense to disable the setting per architecture than per defconfig.

Move QEMU's CONFIG_EFI_GRUB_ARM32_WORKAROUND=n from defconfig to Kconfig.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
configs/qemu_arm_defconfig
lib/efi_loader/Kconfig