From 5010d98f02d9714f83c507e12ade0c52d214d157 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 6 Jul 2015 12:54:29 -0600 Subject: 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 --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/sandbox_defconfig') 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 -- cgit v1.2.1