add missing device tree file for raspberry pi 4

This commit is contained in:
cinap_lenrek 2019-08-18 22:19:29 +02:00
parent 534be5aeb3
commit ac98922f44
2 changed files with 2 additions and 2 deletions

2
sys/lib/dist/mkfile vendored
View file

@ -53,7 +53,7 @@ cd:V: /tmp/9front.386.iso.gz
%.pi3.img:
@{
objtype=arm64
bootcode=/sys/src/boot/bcm/^(bootcode.bin fixup_cd.dat start_cd.elf fixup4cd.dat start4cd.elf LICENCE.broadcom)
bootcode=/sys/src/boot/bcm/^(bootcode.bin fixup_cd.dat start_cd.elf fixup4cd.dat start4cd.elf bcm2711-rpi-4-b.dtb LICENCE.broadcom)
kernel=/n/src9/$objtype/^(9pi3 9pi4)
> /env/config.txt {
echo '[pi4]'

View file

@ -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