diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-08-18 22:19:29 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-08-18 22:19:29 +0200 |
commit | ac98922f44c3df8839f1bdd07f23fcccf27d0cba (patch) | |
tree | 2fced5865a085a1c850fb761da971b895d669992 /sys/src/boot/bcm | |
parent | 534be5aeb33760ebf77fd611a493bf959338225c (diff) |
add missing device tree file for raspberry pi 4
Diffstat (limited to 'sys/src/boot/bcm')
-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 fb329c326..e0c658873 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 fixup4cd.dat start4cd.elf LICENCE.broadcom +FILES=bootcode.bin fixup_cd.dat start_cd.elf fixup4cd.dat start4cd.elf bcm2711-rpi-4-b.dtb LICENCE.broadcom all:V: $FILES |