commit | 249e34e5c59353d1f38045d2d991068cd69aef16 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 06 12:54:27 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:31 2015 -0600 |
tree | f2c6f522410a574ae46fa0ac871b1935cc7b73a0 | |
parent | 493061dbd087432e21ede1476d76d154b26e7539 [diff] |
dm: reset: Allow reset_walk() to return Add a new reset_walk_halt() function to cause a reset and then halt on failure. The reset_walk() function returns an error code. This is needed for testing since otherwise U-Boot will halt in the middle of a test. Signed-off-by: Simon Glass <sjg@chromium.org>