svn commit: r295507 - in head/sys/arm: conf xilinx/zedboard

Andrew Turner andrew at FreeBSD.org
Thu Feb 11 10:48:16 UTC 2016


Author: andrew
Date: Thu Feb 11 10:48:15 2016
New Revision: 295507
URL: https://svnweb.freebsd.org/changeset/base/295507

Log:
  Remove unused Zedboard config files. files.zedboard was empty other than
  comments, and std.zedboard just pointed to files.zedboard and std.xilinx.

Deleted:
  head/sys/arm/xilinx/zedboard/
Modified:
  head/sys/arm/conf/ZEDBOARD

Modified: head/sys/arm/conf/ZEDBOARD
==============================================================================
--- head/sys/arm/conf/ZEDBOARD	Thu Feb 11 10:03:50 2016	(r295506)
+++ head/sys/arm/conf/ZEDBOARD	Thu Feb 11 10:48:15 2016	(r295507)
@@ -22,7 +22,7 @@
 ident		ZEDBOARD
 
 include 	"std.armv6"
-include 	"../xilinx/zedboard/std.zedboard"
+include 	"../xilinx/std.zynq7"
 
 options 	SCHED_ULE		# ULE scheduler
 #options 	NFSSD			# Network Filesystem Server


More information about the svn-src-all mailing list