summaryrefslogtreecommitdiff
path: root/tests/overlay_bad_fixup_path_only.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/overlay_bad_fixup_path_only.dts')
-rw-r--r--tests/overlay_bad_fixup_path_only.dts14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/overlay_bad_fixup_path_only.dts b/tests/overlay_bad_fixup_path_only.dts
deleted file mode 100644
index 2485dd965ee5..000000000000
--- a/tests/overlay_bad_fixup_path_only.dts
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2016 NextThing Co
- * Copyright (c) 2016 Free Electrons
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-/include/ "overlay_bad_fixup_base.dtsi"
-
-/ {
- __fixups__ {
- test = "/fragment@0";
- };
-};