lldpd: further size reductions
[openwrt/staging/dedeckeh.git] / package / boot / uboot-mediatek / patches / 000-mtk-02-configs-RPi2-Disable-EFI-Grub-workaround.patch
1 From 04815ef5a49a9996acacfcb5e18924569f5e1bf5 Mon Sep 17 00:00:00 2001
2 From: Matthias Brugger <mbrugger@suse.com>
3 Date: Tue, 16 Feb 2021 20:54:08 +0100
4 Subject: [PATCH 02/21] configs: RPi2: Disable EFI Grub workaround
5
6 The EFI Grub workaround isn't needed with Grub version 2.04 or higher.
7 This version was published over a year ago, so disable the workaround
8 to reduce boot time.
9
10 Signed-off-by: Matthias Brugger <mbrugger@suse.com>
11 ---
12 configs/rpi_2_defconfig | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/configs/rpi_2_defconfig
16 +++ b/configs/rpi_2_defconfig
17 @@ -42,3 +42,4 @@ CONFIG_SYS_WHITE_ON_BLACK=y
18 CONFIG_CONSOLE_SCROLL_LINES=10
19 CONFIG_PHYS_TO_BUS=y
20 CONFIG_OF_LIBFDT_OVERLAY=y
21 +# CONFIG_EFI_GRUB_ARM32_WORKAROUND is not set