summaryrefslogtreecommitdiffstats
path: root/qemu/dtc/tests/boot-cpuid.dts
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/dtc/tests/boot-cpuid.dts')
-rw-r--r--qemu/dtc/tests/boot-cpuid.dts16
1 files changed, 0 insertions, 16 deletions
diff --git a/qemu/dtc/tests/boot-cpuid.dts b/qemu/dtc/tests/boot-cpuid.dts
deleted file mode 100644
index 7021a241f..000000000
--- a/qemu/dtc/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>;
- };
- };
-};