commit | c9a0b27589a49d4beaaa4f75500597ab07cfff39 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 24 07:22:59 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | 18f23df21b9ae82c9258806b066a8fb9efa230a0 | |
parent | 8dc60f99f9a2fe7873a753f1ab0254efd3cd6bd4 [diff] |
binman: Clean up unnecessary code related to ELF test files 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>