summaryrefslogtreecommitdiffstats
path: root/qemu/dtc/tests/char_literal.dts
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/dtc/tests/char_literal.dts')
-rw-r--r--qemu/dtc/tests/char_literal.dts5
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu/dtc/tests/char_literal.dts b/qemu/dtc/tests/char_literal.dts
deleted file mode 100644
index 22e17edaf..000000000
--- a/qemu/dtc/tests/char_literal.dts
+++ /dev/null
@@ -1,5 +0,0 @@
-/dts-v1/;
-
-/ {
- char-literal-cells = <'\r' 'b' '\0' '\'' '\xff'>;
-};