summaryrefslogtreecommitdiff
path: root/tools/binman/test/030_x86-rom-me-no-desc.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/030_x86-rom-me-no-desc.dts')
-rw-r--r--tools/binman/test/030_x86-rom-me-no-desc.dts16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/binman/test/030_x86-rom-me-no-desc.dts b/tools/binman/test/030_x86-rom-me-no-desc.dts
deleted file mode 100644
index 796cb87afc..0000000000
--- a/tools/binman/test/030_x86-rom-me-no-desc.dts
+++ /dev/null
@@ -1,16 +0,0 @@
-/dts-v1/;
-
-/ {
- #address-cells = <1>;
- #size-cells = <1>;
-
- binman {
- sort-by-offset;
- end-at-4gb;
- size = <16>;
- intel-me {
- filename = "me.bin";
- offset-unset;
- };
- };
-};