board/freescale/mxs: specify the volume-label for vfat
authorFabio Estevam <festevam@gmail.com>
Fri, 17 Apr 2020 18:24:15 +0000 (15:24 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 17 Apr 2020 21:15:21 +0000 (23:15 +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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/freescale/common/mxs/genimage.cfg.template

index e094fb7f2ce6556ea2f08df487f902616b8f0bee..c9da4528213c36fb48798627c0dd59b7b7dc9762 100644 (file)
@@ -8,6 +8,7 @@
 
 image boot.vfat {
        vfat {
+               label = "boot"
                files = {
                        %FILES%
                }