summaryrefslogtreecommitdiffstats
path: root/test/vboot
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-24 09:14:44 -0700
committerSimon Glass <sjg@chromium.org>2016-02-26 08:53:10 -0700
commit0edd82e2448d4aa8f729ac1df8bb55121388a069 (patch)
tree7703451119533db3f9a887677217d2e6e4f0da0f /test/vboot
parent2e33e761656f30651ed9ae16ecdbd5117d51d7d2 (diff)
downloadtalos-obmc-uboot-0edd82e2448d4aa8f729ac1df8bb55121388a069.tar.gz
talos-obmc-uboot-0edd82e2448d4aa8f729ac1df8bb55121388a069.zip
image: Fix FIT and vboot tests to exit sandbox correctly
When used with a device tree, sandbox now requires a 'reset' controller. Add this to the device trees so that reset works and the tests can complete. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 5010d98f (sandbox: Use the reset driver to handle reset)
Diffstat (limited to 'test/vboot')
-rw-r--r--test/vboot/sandbox-u-boot.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/vboot/sandbox-u-boot.dts b/test/vboot/sandbox-u-boot.dts
index a1e853c9ca..63f8f401de 100644
--- a/test/vboot/sandbox-u-boot.dts
+++ b/test/vboot/sandbox-u-boot.dts
@@ -4,4 +4,7 @@
model = "Sandbox Verified Boot Test";
compatible = "sandbox";
+ reset@0 {
+ compatible = "sandbox,reset";
+ };
};
OpenPOWER on IntegriCloud