mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
This commit is contained in:
committed by
Yann E. MORIN
parent
50763ea094
commit
97fc9b2a7f
@@ -1,6 +1,6 @@
|
|||||||
image sdcard.img {
|
image sdcard.img {
|
||||||
hdimage {
|
hdimage {
|
||||||
gpt = "true"
|
partition-table-type = "gpt"
|
||||||
}
|
}
|
||||||
|
|
||||||
partition fsbl1 {
|
partition fsbl1 {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image sdcard.img {
|
image sdcard.img {
|
||||||
hdimage {
|
hdimage {
|
||||||
gpt = "true"
|
partition-table-type = "gpt"
|
||||||
}
|
}
|
||||||
|
|
||||||
partition fsbl1 {
|
partition fsbl1 {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image sdcard.img {
|
image sdcard.img {
|
||||||
hdimage {
|
hdimage {
|
||||||
gpt = "true"
|
partition-table-type = "gpt"
|
||||||
}
|
}
|
||||||
|
|
||||||
partition fsbl1 {
|
partition fsbl1 {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image sdcard.img {
|
image sdcard.img {
|
||||||
hdimage {
|
hdimage {
|
||||||
gpt = "true"
|
partition-table-type = "gpt"
|
||||||
}
|
}
|
||||||
|
|
||||||
partition fsbl1 {
|
partition fsbl1 {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image sdcard.img {
|
image sdcard.img {
|
||||||
hdimage {
|
hdimage {
|
||||||
gpt = "true"
|
partition-table-type = "gpt"
|
||||||
}
|
}
|
||||||
|
|
||||||
partition fsbl1 {
|
partition fsbl1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user