diff options
Diffstat (limited to 'qemu/dtc/tests/appendprop.dts')
-rw-r--r-- | qemu/dtc/tests/appendprop.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/qemu/dtc/tests/appendprop.dts b/qemu/dtc/tests/appendprop.dts deleted file mode 100644 index f4bc730e5..000000000 --- a/qemu/dtc/tests/appendprop.dts +++ /dev/null @@ -1,8 +0,0 @@ -/dts-v1/; - -/ { - prop-str = "hello world", "nastystring: \a\b\t\n\v\f\r\\\""; - prop-int64 = /bits/ 64 <0xdeadbeef01abcdef 0xdeadbeef01abcdef>; - prop-int = <0xdeadbeef 123456789>; - prop-bytes = [00010203040001020304]; -}; |