projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5219c4
)
configs: RPi2: Disable EFI Grub workaround
author
Matthias Brugger
<mbrugger@suse.com>
Tue, 16 Feb 2021 19:54:08 +0000
(20:54 +0100)
committer
Matthias Brugger
<mbrugger@suse.com>
Tue, 2 Mar 2021 12:53:36 +0000
(13:53 +0100)
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
patch
|
blob
|
history
diff --git
a/configs/rpi_2_defconfig
b/configs/rpi_2_defconfig
index
33f27cf
..
a0f36e1
100644
(file)
--- 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