commit | d860f229bba674447fbbfea87eebaa1691a20c49 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 06 12:54:29 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:31 2015 -0600 |
tree | 2d27c1859a3595f236a27a885657fdf599806825 | |
parent | a439f0ac502d8a30018253742106c9c5de02c33d [diff] [blame] |
sandbox: Use the reset driver to handle reset Move sandbox over to use the reset uclass for reset, instead of a direct call to do_reset(). This allows us to add tests. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 29e7b5b..907554f 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -46,3 +46,4 @@ CONFIG_UT_DM=y CONFIG_UT_ENV=y CONFIG_CLK=y +CONFIG_RESET=y