summaryrefslogtreecommitdiff
path: root/test/vboot/sandbox-u-boot.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-07-03 09:40:46 -0600
committerTom Rini <trini@konsulko.com>2016-07-14 18:22:40 -0400
commit8729d582595dc0a9a666310f9f6001f815684f73 (patch)
treea1733a592f196e4307e5ccd1d34f6496db3b4e2f /test/vboot/sandbox-u-boot.dts
parent1152a05ee6593bf3036337cd18edd355589ea3a8 (diff)
test: Convert the vboot test to test/py
Now that we have a suitable test framework we should move all tests into it. The vboot test is a suitable candidate. Rewrite it in Python and move the data files into an appropriate directory. Signed-off-by: Simon Glass <sjg@chromium.org>
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 63f8f401de..0000000000
--- 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";
- };
-};