浏览代码

board/freescale/mxs: specify the volume-label for vfat

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>
Fabio Estevam 5 年之前
父节点
当前提交
5d91492b37
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      board/freescale/common/mxs/genimage.cfg.template

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

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