From: Fabio Estevam Date: Fri, 17 Apr 2020 18:24:15 +0000 (-0300) Subject: board/freescale/mxs: specify the volume-label for vfat X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d91492b3716573a85a6cb8b84656f82754ce5bc;p=buildroot.git 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 --- 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% }