Re: [PATCH] test: Fix the boardspec for the SPL handoff test

2020-01-04 Thread Tom Rini
On Fri, Dec 27, 2019 at 07:46:30AM -0700, Simon Glass wrote: > This test currently does not run because it specifies the sandbox board > instead of sandbox_spl. Fix it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] test: Fix the boardspec for the SPL handoff test

2019-12-27 Thread Simon Glass
This test currently does not run because it specifies the sandbox board instead of sandbox_spl. Fix it. Signed-off-by: Simon Glass --- test/py/tests/test_handoff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/tests/test_handoff.py b/test/py/tests/test_handoff.py