diff options
author | 2020-04-17 15:24:15 -0300 | |
---|---|---|
committer | 2020-04-17 23:15:21 +0200 | |
commit | 5d91492b3716573a85a6cb8b84656f82754ce5bc (patch) | |
tree | 4dbf36888af86d5859a83ced3bf771d34ca2e444 /board/freescale | |
parent | eb012f976791521365c11213c03729dda8677233 (diff) | |
download | buildroot-5d91492b3716573a85a6cb8b84656f82754ce5bc.tar.gz buildroot-5d91492b3716573a85a6cb8b84656f82754ce5bc.tar.bz2 |
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>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/common/mxs/genimage.cfg.template | 1 |
1 files changed, 1 insertions, 0 deletions
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% } |