diff mbox series

[2/2] configs: RPi2: Disable EFI Grub workaround

Message ID 20210216195408.2616-2-matthias.bgg@kernel.org
State Accepted
Commit 60a376b09332a0cf061b3c1102913287ea055dc1
Delegated to: Matthias Brugger
Headers show
Series [1/2] configs: BPI-R2: Disable EFI Grub workaround | expand

Commit Message

Matthias Brugger Feb. 16, 2021, 7:54 p.m. UTC
From: Matthias Brugger <mbrugger@suse.com>

The EFI Grub workaround isn't needed with Grub version 2.04 or higher.
This version was published over a year ago, so disable the workaround
to reduce boot time.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>

---

 configs/rpi_2_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig
index 33f27cf09f..a0f36e1a93 100644
--- a/configs/rpi_2_defconfig
+++ b/configs/rpi_2_defconfig
@@ -42,3 +42,4 @@  CONFIG_SYS_WHITE_ON_BLACK=y
 CONFIG_CONSOLE_SCROLL_LINES=10
 CONFIG_PHYS_TO_BUS=y
 CONFIG_OF_LIBFDT_OVERLAY=y
+# CONFIG_EFI_GRUB_ARM32_WORKAROUND is not set