mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08: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:
parent
50763ea094
commit
97fc9b2a7f
@ -1,6 +1,6 @@
|
||||
image sdcard.img {
|
||||
hdimage {
|
||||
gpt = "true"
|
||||
partition-table-type = "gpt"
|
||||
}
|
||||
|
||||
partition fsbl1 {
|
||||
|
@ -1,6 +1,6 @@
|
||||
image sdcard.img {
|
||||
hdimage {
|
||||
gpt = "true"
|
||||
partition-table-type = "gpt"
|
||||
}
|
||||
|
||||
partition fsbl1 {
|
||||
|
@ -1,6 +1,6 @@
|
||||
image sdcard.img {
|
||||
hdimage {
|
||||
gpt = "true"
|
||||
partition-table-type = "gpt"
|
||||
}
|
||||
|
||||
partition fsbl1 {
|
||||
|
@ -1,6 +1,6 @@
|
||||
image sdcard.img {
|
||||
hdimage {
|
||||
gpt = "true"
|
||||
partition-table-type = "gpt"
|
||||
}
|
||||
|
||||
partition fsbl1 {
|
||||
|
@ -1,6 +1,6 @@
|
||||
image sdcard.img {
|
||||
hdimage {
|
||||
gpt = "true"
|
||||
partition-table-type = "gpt"
|
||||
}
|
||||
|
||||
partition fsbl1 {
|
||||
|
Loading…
Reference in New Issue
Block a user