diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-08-18 21:43:04 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-08-18 21:43:04 +0200 |
commit | 534be5aeb33760ebf77fd611a493bf959338225c (patch) | |
tree | 76b42e611648cd7b1a19284b730483014d6298de /sys/src/boot | |
parent | f35d5ee5b036b7b4fa59b1839f52fca15b7f99f9 (diff) |
add raspberry pi 4 kernel and bootloader to pi3.img target
Diffstat (limited to 'sys/src/boot')
-rw-r--r-- | sys/src/boot/bcm/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/boot/bcm/mkfile b/sys/src/boot/bcm/mkfile index 4c8ceef5e..fb329c326 100644 --- a/sys/src/boot/bcm/mkfile +++ b/sys/src/boot/bcm/mkfile @@ -1,5 +1,5 @@ URL=https://github.com/raspberrypi/firmware/raw/master/boot -FILES=bootcode.bin fixup_cd.dat start_cd.elf LICENCE.broadcom +FILES=bootcode.bin fixup_cd.dat start_cd.elf fixup4cd.dat start4cd.elf LICENCE.broadcom all:V: $FILES |