diff options
author | Simon Glass <sjg@chromium.org> | 2015-07-06 12:54:29 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-21 17:39:31 -0600 |
commit | 5010d98f02d9714f83c507e12ade0c52d214d157 (patch) | |
tree | 2d27c1859a3595f236a27a885657fdf599806825 /configs/sandbox_defconfig | |
parent | b9d33fa06c174e7fb4c8cd4bfec5cfff87f301e8 (diff) | |
download | u-boot-5010d98f02d9714f83c507e12ade0c52d214d157.tar.gz u-boot-5010d98f02d9714f83c507e12ade0c52d214d157.tar.bz2 u-boot-5010d98f02d9714f83c507e12ade0c52d214d157.zip |
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>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 29e7b5b705..907554f738 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -46,3 +46,4 @@ CONFIG_UT_TIME=y CONFIG_UT_DM=y CONFIG_UT_ENV=y CONFIG_CLK=y +CONFIG_RESET=y |