]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
sandbox: Use the reset driver to handle reset
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:29 +0000 (12:54 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:55 +0000 (13:48 +0200)
commit930db3ee520a27668d222158971e36c7cf40480c
tree92d0fc7eb26e169aaacbeafbee8463689de3d36c
parentc0bbe652eb7c2e2e5e57699e4973827a26ae87de
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>
arch/sandbox/cpu/cpu.c
arch/sandbox/dts/test.dts
arch/sandbox/include/asm/u-boot-sandbox.h
configs/sandbox_defconfig
drivers/misc/reset_sandbox.c