summaryrefslogtreecommitdiff
path: root/test/vboot/sandbox-u-boot.dts
diff options
context:
space:
mode:
Diffstat (limited to 'test/vboot/sandbox-u-boot.dts')
-rw-r--r--test/vboot/sandbox-u-boot.dts10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/vboot/sandbox-u-boot.dts b/test/vboot/sandbox-u-boot.dts
deleted file mode 100644
index 63f8f40..0000000
--- a/test/vboot/sandbox-u-boot.dts
+++ /dev/null
@@ -1,10 +0,0 @@
-/dts-v1/;
-
-/ {
- model = "Sandbox Verified Boot Test";
- compatible = "sandbox";
-
- reset@0 {
- compatible = "sandbox,reset";
- };
-};