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 <peter@korsgaard.com>
Tested-by: Jamie Gibbons <jamie.gibbons@microchip.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-01-26 11:09:02 +01:00
parent 23534a6b41
commit 0d1f8ebe92

View File

@ -15,7 +15,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition uboot {