board/freescale: specify the volume-label for FAT partition
authorFabio Estevam <festevam@gmail.com>
Wed, 15 Apr 2020 12:36:55 +0000 (09:36 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 15 Apr 2020 20:49:00 +0000 (22:49 +0200)
Currently the volume-label for the vfat partition is a string with
the following pattern: 5934-861D.

Specify the volume-label as "boot" to make it easier to identify it.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/freescale/common/imx/genimage.cfg.template
board/freescale/common/imx/genimage.cfg.template_imx8
board/freescale/common/imx/genimage.cfg.template_spl

index 2a7036a7df2634c01046403b8a01b5995947bb78..61b09bde9f331d82710fb705d74db4f3b5e9d11b 100644 (file)
@@ -9,6 +9,7 @@
 
 image boot.vfat {
   vfat {
+    label = "boot"
     files = {
       %FILES%
     }
index bd5f6cdc738d04c4f00b970d23010967d912fdb5..84a812f9861b38b60743fe65127bdf579a47a36e 100644 (file)
@@ -9,6 +9,7 @@
 
 image boot.vfat {
   vfat {
+    label = "boot"
     files = {
       %FILES%
     }
index d2d810777b5c4adf648ab769073781ab82060be2..3b0667c3831cc7410be793fd621ed202024d937b 100644 (file)
@@ -9,6 +9,7 @@
 
 image boot.vfat {
   vfat {
+    label = "boot"
     files = {
       %FILES%
     }