diff mbox series

[1/2] configs: BPI-R2: Disable EFI Grub workaround

Message ID 20210216195408.2616-1-matthias.bgg@kernel.org
State Accepted
Commit 872b1921d323b57e84aaa22d258ced39b32d55e8
Delegated to: Tom Rini
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 on BananaPi R2 slows down the boot process to
the point, that the watchdog will trigger a reboot before the kernel can
reset it. Fix this by disabeling the workaround.

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

 configs/mt7623n_bpir2_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Feb. 25, 2021, 1:29 p.m. UTC | #1
On Tue, Feb 16, 2021 at 08:54:07PM +0100, matthias.bgg@kernel.org wrote:

> From: Matthias Brugger <mbrugger@suse.com>
> 
> The EFI Grub workaround on BananaPi R2 slows down the boot process to
> the point, that the watchdog will trigger a reboot before the kernel can
> reset it. Fix this by disabeling the workaround.
> 
> Signed-off-by: Matthias Brugger <mbrugger@suse.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/mt7623n_bpir2_defconfig b/configs/mt7623n_bpir2_defconfig
index d36ff560cf..fb20cb1832 100644
--- a/configs/mt7623n_bpir2_defconfig
+++ b/configs/mt7623n_bpir2_defconfig
@@ -53,3 +53,4 @@  CONFIG_TIMER=y
 CONFIG_MTK_TIMER=y
 CONFIG_WDT_MTK=y
 CONFIG_LZMA=y
+# CONFIG_EFI_GRUB_ARM32_WORKAROUND is not set