commit | 37c2ce1a95ef8002148356deb7631683aadadd67 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 31 17:35:08 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 05 20:55:22 2016 -0400 |
tree | 5acc83311a431be6acf3f84b474579bcab5ab810 | |
parent | 2a40d83bf15428929639f2998bea48156f30e570 [diff] |
test: Add a function to restart U-Boot Add a proper function for this rather than using internal functions. Use it in the single call site. Also, do a restart at the end of the vboot test to reset to the normal device tree. Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Stephen Warren <swarren@nvidia.com>