diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-22 15:04:56 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-22 15:04:56 +0200 |
commit | 1c225aa2bf9f64ad53db90cbebc5e1d45818655c (patch) | |
tree | 52acf727faa385a935a12ac1fb08afedc78777b1 /target/linux | |
parent | b6baab7f565bf1bcae8eee9a0b1b4105f8b992f8 (diff) | |
download | master-187ad058-1c225aa2bf9f64ad53db90cbebc5e1d45818655c.tar.gz master-187ad058-1c225aa2bf9f64ad53db90cbebc5e1d45818655c.tar.bz2 master-187ad058-1c225aa2bf9f64ad53db90cbebc5e1d45818655c.zip |
brcm2708-gpu-fw: update to latest version, backport changes
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm2708/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile index e9cbd85270..94a9b3e0e7 100644 --- a/target/linux/brcm2708/image/Makefile +++ b/target/linux/brcm2708/image/Makefile @@ -20,8 +20,8 @@ endef define Build/boot-img rm -f $@.boot mkfs.fat -C $@.boot $(FAT32_BLOCKS) + mcopy -i $@.boot $(LINUX_DIR)/COPYING ::COPYING.linux mcopy -i $@.boot $(KDIR)/bootcode.bin :: - mcopy -i $@.boot $(KDIR)/COPYING.linux :: mcopy -i $@.boot $(KDIR)/LICENCE.broadcom :: mcopy -i $@.boot $(KDIR)/start.elf :: mcopy -i $@.boot $(KDIR)/start_cd.elf :: |