[Buildroot] [git commit] board/freescale/mxs: specify the volume-label for vfat

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Apr 17 21:15:21 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=5d91492b3716573a85a6cb8b84656f82754ce5bc
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 board/freescale/common/mxs/genimage.cfg.template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/freescale/common/mxs/genimage.cfg.template b/board/freescale/common/mxs/genimage.cfg.template
index e094fb7f2c..c9da452821 100644
--- a/board/freescale/common/mxs/genimage.cfg.template
+++ b/board/freescale/common/mxs/genimage.cfg.template
@@ -8,6 +8,7 @@
 
 image boot.vfat {
 	vfat {
+		label = "boot"
 		files = {
 			%FILES%
 		}


More information about the buildroot mailing list