]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 3 Mar 2021 13:05:05 +0000 (14:05 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 16 Mar 2021 08:37:04 +0000 (09:37 +0100)
commita6bb4e7920faa695dd3298512a865d08dd1af2f5
treeb488ced0beaefb2b90ba8d55927617f8f25d0079
parent92e38b38003cc2a1e87892a41509aa58e3a87f11
efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI

GRUB_ARM32_WORKAROUND can be disabled on ARCH_SUNXI as the Allwinner SoCs
only have a level 2 cache controlled via CP15 and not an architecturally
defined cache. Having the cache available speeds up booting Linux.

On ARCH_BCM283X it is already disabled via rpi_2_defconfig. But let's move
this setting to Kconfig.

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