Get fat partition name allow easy partition identification for user. Signed-off-by: Andrey Kunitsyn <[email protected]>
@@ -18,7 +18,7 @@ endef
### Image scripts ###
define Build/boot-common
rm -f [email protected]
- mkfs.fat -C [email protected] $(FAT32_BLOCKS)
+ mkfs.fat -n boot -C [email protected] $(FAT32_BLOCKS)
mcopy -i [email protected] $(KDIR)/COPYING.linux ::
mcopy -i [email protected] $(KDIR)/LICENCE.broadcom ::
mcopy -i [email protected] cmdline.txt ::