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>
Showing
- arch/sandbox/cpu/cpu.c 1 addition, 8 deletionsarch/sandbox/cpu/cpu.c
- arch/sandbox/dts/test.dts 8 additions, 0 deletionsarch/sandbox/dts/test.dts
- arch/sandbox/include/asm/u-boot-sandbox.h 3 additions, 0 deletionsarch/sandbox/include/asm/u-boot-sandbox.h
- configs/sandbox_defconfig 1 addition, 0 deletionsconfigs/sandbox_defconfig
- drivers/misc/reset_sandbox.c 1 addition, 1 deletiondrivers/misc/reset_sandbox.c
Please register or sign in to comment