add missing device tree file for raspberry pi 4
This commit is contained in:
parent
534be5aeb3
commit
ac98922f44
2 changed files with 2 additions and 2 deletions
2
sys/lib/dist/mkfile
vendored
2
sys/lib/dist/mkfile
vendored
|
@ -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]'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue