dtb: rpi: Only compile and copy the DTSO
The DTB is now loaded via the firmware, passed to u-boot then to loader.efi Only compile and copy the dts overlays.
This commit is contained in:
parent
35ab4bcc29
commit
1d16c90d1a
@ -1,16 +1,7 @@
|
||||
# $FreeBSD$
|
||||
# DTS files for the Raspberry Pi-B
|
||||
DTS=rpi.dts rpi2.dts
|
||||
|
||||
DTSO= \
|
||||
spigen-rpi-b.dtso \
|
||||
spigen-rpi2.dtso \
|
||||
|
||||
LINKS= \
|
||||
${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b.dtb \
|
||||
${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b-rev2.dtb \
|
||||
${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b-plus.dtb \
|
||||
${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-zero.dtb \
|
||||
${DTBDIR}/rpi2.dtb ${DTBDIR}/bcm2836-rpi-2-b.dtb
|
||||
|
||||
.include <bsd.dtb.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user