From 0d1f8ebe929d68167500040726cca698c8f45f07 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 26 Jan 2024 11:09:02 +0100 Subject: [PATCH] board/microchip/mpfs_icicle/genimage.cfg: drop legacy gpt = true 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 Tested-by: Jamie Gibbons Signed-off-by: Peter Korsgaard --- 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 {