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:
parent
23534a6b41
commit
0d1f8ebe92
@ -15,7 +15,7 @@ image boot.vfat {
|
|||||||
|
|
||||||
image sdcard.img {
|
image sdcard.img {
|
||||||
hdimage {
|
hdimage {
|
||||||
gpt = true
|
partition-table-type = "gpt"
|
||||||
}
|
}
|
||||||
|
|
||||||
partition uboot {
|
partition uboot {
|
||||||
|
Loading…
Reference in New Issue
Block a user