diff options
author | Matthias Brugger <mbrugger@suse.com> | 2021-02-16 20:54:08 +0100 |
---|---|---|
committer | Matthias Brugger <mbrugger@suse.com> | 2021-03-02 13:53:36 +0100 |
commit | 60a376b09332a0cf061b3c1102913287ea055dc1 (patch) | |
tree | 6dff27548c66a8cf9d10dca3e4816f48ee1171bf | |
parent | c5219c4a18f2b27547ecd799914f94e48b0fa86f (diff) | |
download | u-boot-60a376b09332a0cf061b3c1102913287ea055dc1.zip u-boot-60a376b09332a0cf061b3c1102913287ea055dc1.tar.gz u-boot-60a376b09332a0cf061b3c1102913287ea055dc1.tar.bz2 |
configs: RPi2: Disable EFI Grub workaround
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>
-rw-r--r-- | configs/rpi_2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index 33f27cf..a0f36e1 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 |