commit | 8b5dea33584261cc5d600614970d1cbed6d99f91 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Mar 03 14:05:05 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Mar 16 09:37:04 2021 +0100 |
tree | b488ced0beaefb2b90ba8d55927617f8f25d0079 | |
parent | 4103e13534141c31e4e9bf40848ab3a61dabce81 [diff] |
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>