summaryrefslogtreecommitdiff
path: root/test/image/test-fit.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-24 16:14:44 (GMT)
committerSimon Glass <sjg@chromium.org>2016-02-26 15:53:10 (GMT)
commit0edd82e2448d4aa8f729ac1df8bb55121388a069 (patch)
tree7703451119533db3f9a887677217d2e6e4f0da0f /test/image/test-fit.py
parent2e33e761656f30651ed9ae16ecdbd5117d51d7d2 (diff)
downloadu-boot-fsl-qoriq-0edd82e2448d4aa8f729ac1df8bb55121388a069.tar.xz
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/image/test-fit.py')
-rwxr-xr-xtest/image/test-fit.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/image/test-fit.py b/test/image/test-fit.py
index d5143cb..db0649f 100755
--- a/test/image/test-fit.py
+++ b/test/image/test-fit.py
@@ -108,6 +108,10 @@ base_fdt = '''
model = "Sandbox Verified Boot Test";
compatible = "sandbox";
+ reset@0 {
+ compatible = "sandbox,reset";
+ };
+
};
'''