
27 Sep
2019
27 Sep
'19
2:38 a.m.
We use the Makefile for all ELF test files now, so drop all the code that checks whether to get the test file from the Makefile or from the git repo.
Also add a comment to the Makefile indicating that it is run from binman.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/binman/elf_test.py | 5 +---- tools/binman/ftest.py | 9 ++------- tools/binman/test/Makefile | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-)
Applied to u-boot-dm, thanks!