Selaa lähdekoodia

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>
Peter Korsgaard 1 vuosi sitten
vanhempi
commit
0d1f8ebe92
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      board/microchip/mpfs_icicle/genimage.cfg

+ 1 - 1
board/microchip/mpfs_icicle/genimage.cfg

@@ -15,7 +15,7 @@ image boot.vfat {
 
 image sdcard.img {
 	hdimage {
-		gpt = true
+		partition-table-type = "gpt"
 	}
 
 	partition uboot {