Re: [PATCH] binman: Correct testSplNoDtb() and Tpl also

2021-04-29 Thread Simon Glass
On Sun, Apr 25, 2021 at 08:39:32AM +1200, Simon Glass wrote: > 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

Re: [PATCH] binman: Correct testSplNoDtb() and Tpl also

2021-04-24 Thread Tom Rini
On Sun, Apr 25, 2021 at 08:39:32AM +1200, Simon Glass wrote: > 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