test: Fix the boardspec for the SPL handoff test
authorSimon Glass <sjg@chromium.org>
Fri, 27 Dec 2019 14:46:30 +0000 (07:46 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 2 Jan 2020 15:27:23 +0000 (10:27 -0500)
commit1785bf54af07152421ab83794ecf420c111597e4
tree75da8f46c5f7143f10eccccb219718569c48e11f
parent416338128d790266c8438a84951c5caa35e1e542
test: Fix the boardspec for the SPL handoff test

This test currently does not run because it specifies the sandbox board
instead of sandbox_spl. Fix it.

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