diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-24 07:22:55 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-10-15 08:40:02 -0600 |
commit | bccd91da9bdac8bf947a299ab9a7b821d2702696 (patch) | |
tree | 4d49c761f0e295b6ac5652a40d77fe141f89fc0a /tools/binman/elf_test.py | |
parent | f514d8f23de4aada7e6f9f4d9de731b43912a77a (diff) | |
download | u-boot-bccd91da9bdac8bf947a299ab9a7b821d2702696.tar.gz |
binman: Use the Makefile for u_boot_no_ucode_ptr
Remove this file from git and instead build it using the Makefile.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/elf_test.py')
-rw-r--r-- | tools/binman/elf_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/elf_test.py b/tools/binman/elf_test.py index 403ca2b412..c7f51bb86a 100644 --- a/tools/binman/elf_test.py +++ b/tools/binman/elf_test.py @@ -70,7 +70,7 @@ def BuildElfTestFiles(target_dir): del os.environ['MAKEFLAGS'] tools.Run('make', '-C', target_dir, '-f', os.path.join(testdir, 'Makefile'), 'SRC=%s/' % testdir, - 'bss_data', 'u_boot_ucode_ptr') + 'bss_data', 'u_boot_ucode_ptr', 'u_boot_no_ucode_ptr') class TestElf(unittest.TestCase): |