]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/sandbox/cpu/state.c
sandbox: Add a way to skip time delays
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2015 06:47:43 +0000 (23:47 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:27:50 +0000 (20:27 -0700)
commit9723563aa821e9c9b881dfe6a082f6301ca69826
tree78f9a58eab57b388dbadc8e453513b6dae42e989
parent3f51a772d4b7dccc2d379762a03535408b602e54
sandbox: Add a way to skip time delays

Some tests are slow due to delays which are unnecessary on sandbox. The
worst offender is USB where we lose two seconds. Add a way to disable time
delays.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c
arch/sandbox/cpu/state.c
arch/sandbox/include/asm/state.h