bcm27xx: label to boot partition
Get fat partition name allow easy partition identification for user. Signed-off-by: Andrey Kunitsyn <blackicebox@gmail.com>
This commit is contained in:
parent
426fb8cf84
commit
e31e5c4ea4
@ -18,7 +18,7 @@ endef
|
|||||||
### Image scripts ###
|
### Image scripts ###
|
||||||
define Build/boot-common
|
define Build/boot-common
|
||||||
rm -f $@.boot
|
rm -f $@.boot
|
||||||
mkfs.fat -C $@.boot $(FAT32_BLOCKS)
|
mkfs.fat -n boot -C $@.boot $(FAT32_BLOCKS)
|
||||||
mcopy -i $@.boot $(KDIR)/COPYING.linux ::
|
mcopy -i $@.boot $(KDIR)/COPYING.linux ::
|
||||||
mcopy -i $@.boot $(KDIR)/LICENCE.broadcom ::
|
mcopy -i $@.boot $(KDIR)/LICENCE.broadcom ::
|
||||||
mcopy -i $@.boot cmdline.txt ::
|
mcopy -i $@.boot cmdline.txt ::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user