Sfoglia il codice sorgente

brcm2708: fix multi-device image generation

Signed-off-by: Álvaro Fernández Rojas <[email protected]>

SVN-Revision: 47610
John Crispin 10 anni fa
parent
commit
c7bcdac82e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      target/linux/brcm2708/image/Makefile

+ 1 - 1
target/linux/brcm2708/image/Makefile

@@ -30,7 +30,7 @@ define Build/boot-img
 	mcopy -i [email protected] cmdline.txt ::
 	mcopy -i [email protected] config.txt ::
 	mcopy -i [email protected] $(word 1,$^) ::kernel.img
-	$(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i [email protected] $(DTS_DIR)/$(dts).dtb ::)
+	$(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i [email protected] $(DTS_DIR)/$(dts).dtb ::;)
 	mmd -i [email protected] ::/overlays
 	mcopy -i [email protected] $(DTS_DIR)/overlays/*.dtb ::/overlays/
 	mcopy -i [email protected] $(DTS_DIR)/overlays/README ::/overlays/