diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-01-17 05:08:01 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-01-17 05:08:01 +0000 |
| commit | fd06f809dbeccaf4318b587dbec69a56636e054b (patch) | |
| tree | da8e802a53648f138b2f2be8091e1ffb0913d57f /tests/boot-cpuid.dts | |
| parent | 2f36e4ecd0f0c04781c752e5382906a43feaf4e3 (diff) | |
Notes
Diffstat (limited to 'tests/boot-cpuid.dts')
| -rw-r--r-- | tests/boot-cpuid.dts | 16 |
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>; - }; - }; -}; |
