binman: Correct testSplNoDtb() and Tpl also
authorSimon Glass <sjg@chromium.org>
Sat, 24 Apr 2021 20:39:32 +0000 (08:39 +1200)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Apr 2021 10:20:54 +0000 (03:20 -0700)
commit0fe44dc676855ae195e6532e0bed56f53bd3346c
tree19cafbd0afbf91d55713f36ae4274b70bcbd6982
parent79b0f08d6af498e6fda8cd257d62e2095764410c
binman: Correct testSplNoDtb() and Tpl also

These two tests require an ELF image so that symbol information can be
written into the SPL/TPL binary. At present they rely on other tests
having set it up first, but every test must run independently. This can
cause occasional errors in CI.

Fix this by setting up the required files, as other tests do.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/binman/ftest.py