aboutsummaryrefslogtreecommitdiff
path: root/tests/boot-cpuid.dts
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-01-17 05:08:01 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-01-17 05:08:01 +0000
commitfd06f809dbeccaf4318b587dbec69a56636e054b (patch)
treeda8e802a53648f138b2f2be8091e1ffb0913d57f /tests/boot-cpuid.dts
parent2f36e4ecd0f0c04781c752e5382906a43feaf4e3 (diff)
Notes
Diffstat (limited to 'tests/boot-cpuid.dts')
-rw-r--r--tests/boot-cpuid.dts16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/boot-cpuid.dts b/tests/boot-cpuid.dts
deleted file mode 100644
index 7021a241f9397..0000000000000
--- a/tests/boot-cpuid.dts
+++ /dev/null
@@ -1,16 +0,0 @@
-/dts-v1/;
-
-/ {
- cpus {
- cpu@10 {
- device_type = "cpu";
- compatible = "fake-cpu";
- reg = <0x10>;
- };
- cpu@11 {
- device_type = "cpu";
- compatible = "fake-cpu";
- reg = <0x11>;
- };
- };
-};