Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2020 20:20:09 +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: r359936 - head/sys/modules/dtb/allwinner
Message-ID:  <202004142020.03EKK9eU072982@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Tue Apr 14 20:20:08 2020
New Revision: 359936
URL: https://svnweb.freebsd.org/changeset/base/359936

Log:
  modules: dtb: allwinner: Remove non existant files
  
  Those files have been removed in r359935.
  
  MFC after:	2 months
  X-MFC-With:	r359935

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

Modified: head/sys/modules/dtb/allwinner/Makefile
==============================================================================
--- head/sys/modules/dtb/allwinner/Makefile	Tue Apr 14 19:05:17 2020	(r359935)
+++ head/sys/modules/dtb/allwinner/Makefile	Tue Apr 14 20:20:08 2020	(r359936)
@@ -24,9 +24,7 @@ DTS=	\
 	sun8i-h3-orangepi-plus2e.dts
 
 DTSO=	sun8i-a83t-sid.dtso \
-	sun8i-h3-i2c0.dtso \
-	sun8i-h3-sid.dtso \
-	sun8i-h3-ths.dtso
+	sun8i-h3-i2c0.dtso
 
 LINKS= \
 	${DTBDIR}/sun4i-a10-cubieboard.dtb ${DTBDIR}/cubieboard.dtb \
@@ -55,11 +53,8 @@ DTSO=	sun50i-a64-opp.dtso \
 	sun50i-a64-rpwm.dtso \
 	sun50i-a64-sid.dtso \
 	sun50i-a64-spi0-spigen.dtso \
-	sun50i-a64-ths.dtso \
 	sun50i-a64-timer.dtso \
 	sun50i-h5-opp.dtso \
-	sun50i-h5-sid.dtso \
-	sun50i-h5-ths.dtso \
 	sun50i-h5-nanopi-neo2-opp.dtso
 
 .endif



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