svn commit: r337276 - head/sys/modules/dtb/rpi
Emmanuel Vadot
manu at FreeBSD.org
Fri Aug 3 22:06:16 UTC 2018
Author: manu
Date: Fri Aug 3 22:06:15 2018
New Revision: 337276
URL: https://svnweb.freebsd.org/changeset/base/337276
Log:
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.
Modified:
head/sys/modules/dtb/rpi/Makefile
Modified: head/sys/modules/dtb/rpi/Makefile
==============================================================================
--- head/sys/modules/dtb/rpi/Makefile Fri Aug 3 22:04:00 2018 (r337275)
+++ head/sys/modules/dtb/rpi/Makefile Fri Aug 3 22:06:15 2018 (r337276)
@@ -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>
More information about the svn-src-head
mailing list