]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit1ba7607b828c02a755acc7320479fe30f1f64244
tree4612d48998d7c2359f402d1a55f0c417e3510d3b
parentd8f1c999a908ccaf5aef54a6cfb6ff4efb1cd26b
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