From 5d91492b3716573a85a6cb8b84656f82754ce5bc Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 17 Apr 2020 15:24:15 -0300 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- 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% }