test/py: Start sandbox SPL when enabled
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:58:40 +0000 (11:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commita811779b174f8c5c687aaa5574dfdea9f3745f98
tree36f1299e1343e6191e4f5bbc851914eda5e49e76
parentebec58fbcb6da7404b535b9d860546d9baef55c2
test/py: Start sandbox SPL when enabled

When sandbox SPL is enabled we want to start that rather than U-Boot proper,
since some tests may rely on running it first.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/u_boot_console_sandbox.py