[Buildroot] [PATCH] board/loongarch64-efi: fix typo in grub config
Scott Fan
fancp2007 at gmail.com
Sun Sep 21 16:01:57 UTC 2025
Signed-off-by: Scott Fan <fancp2007 at gmail.com>
---
board/loongarch64-efi/grub.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/loongarch64-efi/grub.cfg b/board/loongarch64-efi/grub.cfg
index 2006f6d60d..c84a7f646b 100644
--- a/board/loongarch64-efi/grub.cfg
+++ b/board/loongarch64-efi/grub.cfg
@@ -1,4 +1,4 @@
-/set default="0"
+set default="0"
set timeout="5"
menuentry "Buildroot" {
--
2.43.0
More information about the buildroot
mailing list