commit | 0fe44dc676855ae195e6532e0bed56f53bd3346c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 25 08:39:32 2021 +1200 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 29 03:20:54 2021 -0700 |
tree | 19cafbd0afbf91d55713f36ae4274b70bcbd6982 | |
parent | 79b0f08d6af498e6fda8cd257d62e2095764410c [diff] |
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>