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

The gpt = "true" form is deprecated in genimage, use
partition-table-type = "gpt" instead.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022.08.x
Thomas Petazzoni 2022-07-22 22:21:44 +02:00 committed by Yann E. MORIN
parent 50763ea094
commit 97fc9b2a7f
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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