Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2018 22:04:00 +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: r337275 - head/sys/modules/dtb/am335x
Message-ID:  <201808032204.w73M40RW014575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Fri Aug  3 22:04:00 2018
New Revision: 337275
URL: https://svnweb.freebsd.org/changeset/base/337275

Log:
  dtb: am335x: Remove links and add more dts
  
  The links were to cope with the switch to upstream dts.
  We don't need them anymore.
  While here add the rest of the beaglebone family dts as u-boot is common
  on all those boards and load the dtb based on the product name.
  This just miss the pocketbeagle variant as it's not yet in sys/gnu/dts but
  will be with the Linux 4.18 dts import.

Modified:
  head/sys/modules/dtb/am335x/Makefile

Modified: head/sys/modules/dtb/am335x/Makefile
==============================================================================
--- head/sys/modules/dtb/am335x/Makefile	Fri Aug  3 21:59:01 2018	(r337274)
+++ head/sys/modules/dtb/am335x/Makefile	Fri Aug  3 22:04:00 2018	(r337275)
@@ -3,11 +3,10 @@
 DTS=	\
 	am335x-bone.dts \
 	am335x-boneblack.dts \
+	am335x-boneblack-wireless.dts \
 	am335x-bonegreen.dts \
+	am335x-bonegreen-wireless.dts \
+	am335x-boneblue.dts \
 	ufw.dts
-
-LINKS= \
-	${DTBDIR}/am335x-bone.dtb ${DTBDIR}/beaglebone.dtb \
-	${DTBDIR}/am335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb
 
 .include <bsd.dtb.mk>



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