summaryrefslogtreecommitdiff
path: root/tools/binman/test/100_intel_refcode.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/100_intel_refcode.dts')
-rw-r--r--tools/binman/test/100_intel_refcode.dts14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/binman/test/100_intel_refcode.dts b/tools/binman/test/100_intel_refcode.dts
deleted file mode 100644
index 0a1a0270e5f..00000000000
--- a/tools/binman/test/100_intel_refcode.dts
+++ /dev/null
@@ -1,14 +0,0 @@
-/dts-v1/;
-
-/ {
- #address-cells = <1>;
- #size-cells = <1>;
-
- binman {
- size = <16>;
-
- intel-refcode {
- filename = "refcode.bin";
- };
- };
-};