summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-11 10:48:15 +0000
committerandrew <andrew@FreeBSD.org>2016-02-11 10:48:15 +0000
commit36dd28d18c58d2fb7140045cad5e28ff34a299b2 (patch)
treef7e238f9202e1b14e2ccd2f5804528e32930c0e0 /sys/arm
parent2593ff481eebffbf35ed6bd62410d267ff1baa11 (diff)
downloadFreeBSD-src-36dd28d18c58d2fb7140045cad5e28ff34a299b2.zip
FreeBSD-src-36dd28d18c58d2fb7140045cad5e28ff34a299b2.tar.gz
Remove unused Zedboard config files. files.zedboard was empty other than
comments, and std.zedboard just pointed to files.zedboard and std.xilinx.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/ZEDBOARD2
-rw-r--r--sys/arm/xilinx/zedboard/files.zedboard9
-rw-r--r--sys/arm/xilinx/zedboard/std.zedboard8
3 files changed, 1 insertions, 18 deletions
diff --git a/sys/arm/conf/ZEDBOARD b/sys/arm/conf/ZEDBOARD
index 6cdbf66..7fca937 100644
--- a/sys/arm/conf/ZEDBOARD
+++ b/sys/arm/conf/ZEDBOARD
@@ -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
diff --git a/sys/arm/xilinx/zedboard/files.zedboard b/sys/arm/xilinx/zedboard/files.zedboard
deleted file mode 100644
index 8a1af16..0000000
--- a/sys/arm/xilinx/zedboard/files.zedboard
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# files.zedboard
-#
-# $FreeBSD$
-
-# We'll need board specific files once we start implementing drivers
-# for Zedboard PL peripherals such as HDMI, VGA, or Audio Codecs. For
-# now, nothing is needed.
-#
diff --git a/sys/arm/xilinx/zedboard/std.zedboard b/sys/arm/xilinx/zedboard/std.zedboard
deleted file mode 100644
index 86f04f1..0000000
--- a/sys/arm/xilinx/zedboard/std.zedboard
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# std.zedboard
-#
-# $FreeBSD$
-
-include "../xilinx/std.zynq7"
-files "../xilinx/zedboard/files.zedboard"
-
OpenPOWER on IntegriCloud