board/*/genimage.cfg: use partition-table-type = "gpt" for genimage-15

Genimage 15 deprecated the gpt option and now prints a warning when it is
used:

INFO: hdimage(sdcard.img): The option 'gpt' is deprecated. Use 'partition-table-type' instead

So change the genimage configuration files to use that instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Korsgaard
2021-12-19 15:20:33 +01:00
committed by Thomas Petazzoni
parent 50963f8f2f
commit b59f938302
18 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition u-boot-spl {

View File

@@ -2,7 +2,7 @@ image spi-nor.img {
size = 32M
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition u-boot-spl {