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:
Emmanuel Vadot 2018-08-03 22:06:15 +00:00
parent 35ab4bcc29
commit 1d16c90d1a

View File

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