From: Scott Fan <fancp2007@gmail.com>
To: buildroot@buildroot.org
Cc: Scott Fan <fancp2007@gmail.com>, Jiaxun Yang <jiaxun.yang@flygoat.com>
Subject: [Buildroot] [PATCH] board/loongarch64-efi: fix typo in grub config
Date: Mon, 22 Sep 2025 00:01:57 +0800 [thread overview]
Message-ID: <20250921160158.8190-1-fancp2007@gmail.com> (raw)
Signed-off-by: Scott Fan <fancp2007@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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2025-09-21 16:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-21 16:01 Scott Fan [this message]
2025-09-22 21:08 ` [Buildroot] [PATCH] board/loongarch64-efi: fix typo in grub config Julien Olivain via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250921160158.8190-1-fancp2007@gmail.com \
--to=fancp2007@gmail.com \
--cc=buildroot@buildroot.org \
--cc=jiaxun.yang@flygoat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.