Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2018 22:06:15 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337276 - head/sys/modules/dtb/rpi
Message-ID:  <201808032206.w73M6FSh014717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808032206.w73M6FSh014717>