sandbox: test: Tidy up spl_test_load() calls
authorSimon Glass <sjg@chromium.org>
Mon, 28 Feb 2022 22:13:49 +0000 (15:13 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:24 +0000 (19:24 -0600)
commit79e1d289b71aec48ce765513eaeb5c12992fa348
tree4612d48998d7c2359f402d1a55f0c417e3510d3b
parent7c19e4cbfe5271bd6a3cf0bf14d10751b5798739
sandbox: test: Tidy up spl_test_load() calls

Use the new sandbox_find_next_phase() function, which does what is needed
here.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/image/spl_load.c