소스 검색

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 {
 	vfat {
+		label = "boot"
 		files = {
 			%FILES%
 		}