From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>,
Jamie Gibbons <jamie.gibbons@microchip.com>
Subject: [Buildroot] [PATCH] board/microchip/mpfs_icicle/genimage.cfg: drop legacy gpt = true
Date: Fri, 26 Jan 2024 11:09:02 +0100 [thread overview]
Message-ID: <20240126100903.2139253-1-peter@korsgaard.com> (raw)
Genimage complains about the config using the deprecated gpt option:
INFO: hdimage(sdcard.img): The option 'gpt' is deprecated. Use
'partition-table-type' instead
So change to partition-table-type for consistency with the other configs.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
board/microchip/mpfs_icicle/genimage.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/microchip/mpfs_icicle/genimage.cfg b/board/microchip/mpfs_icicle/genimage.cfg
index 6955d3365a..9282c9ce5f 100644
--- a/board/microchip/mpfs_icicle/genimage.cfg
+++ b/board/microchip/mpfs_icicle/genimage.cfg
@@ -15,7 +15,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
- gpt = true
+ partition-table-type = "gpt"
}
partition uboot {
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2024-01-26 10:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-26 10:09 Peter Korsgaard [this message]
2024-01-26 12:44 ` [Buildroot] [PATCH] board/microchip/mpfs_icicle/genimage.cfg: drop legacy gpt = true Jamie.Gibbons--- via buildroot
2024-01-26 16:02 ` Peter Korsgaard
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=20240126100903.2139253-1-peter@korsgaard.com \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=jamie.gibbons@microchip.com \
--cc=ludovic.desroches@microchip.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox