瀏覽代碼

board/freescale: specify the volume-label for FAT partition

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>
Fabio Estevam 4 年之前
父節點
當前提交
a52ab35dce

+ 1 - 0
board/freescale/common/imx/genimage.cfg.template

@@ -9,6 +9,7 @@
 
 image boot.vfat {
   vfat {
+    label = "boot"
     files = {
       %FILES%
     }

+ 1 - 0
board/freescale/common/imx/genimage.cfg.template_imx8

@@ -9,6 +9,7 @@
 
 image boot.vfat {
   vfat {
+    label = "boot"
     files = {
       %FILES%
     }

+ 1 - 0
board/freescale/common/imx/genimage.cfg.template_spl

@@ -9,6 +9,7 @@
 
 image boot.vfat {
   vfat {
+    label = "boot"
     files = {
       %FILES%
     }