diff options
| author | Simon Glass <[email protected]> | 2019-08-24 07:22:58 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2019-10-15 08:40:02 -0600 |
| commit | 8dc60f99f9a2fe7873a753f1ab0254efd3cd6bd4 (patch) | |
| tree | eed0ebd5763a9d7bbfeedeeb283b4eb36f97c112 /tools/binman/test | |
| parent | e9d2ee3862488e98278a0201263c276c12729484 (diff) | |
binman: Use the Makefile for u_boot_binman_syms_bad
Remove this file from git and instead build it using the Makefile.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/binman/test')
| -rw-r--r-- | tools/binman/test/Makefile | 2 | ||||
| -rwxr-xr-x | tools/binman/test/u_boot_binman_syms_bad | bin | 4890 -> 0 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/test/Makefile b/tools/binman/test/Makefile index 7af54597931..593bbe9bd9d 100644 --- a/tools/binman/test/Makefile +++ b/tools/binman/test/Makefile @@ -13,7 +13,7 @@ CFLAGS := -march=i386 -m32 -nostdlib -I $(SRC)../../../include \ LDS_UCODE := -T $(SRC)u_boot_ucode_ptr.lds LDS_BINMAN := -T $(SRC)u_boot_binman_syms.lds -LDS_BINMAN_BAD := -T u_boot_binman_syms_bad.lds +LDS_BINMAN_BAD := -T $(SRC)u_boot_binman_syms_bad.lds TARGETS = u_boot_ucode_ptr u_boot_no_ucode_ptr bss_data \ u_boot_binman_syms u_boot_binman_syms.bin u_boot_binman_syms_bad \ diff --git a/tools/binman/test/u_boot_binman_syms_bad b/tools/binman/test/u_boot_binman_syms_bad Binary files differdeleted file mode 100755 index 8da3d9d48f3..00000000000 --- a/tools/binman/test/u_boot_binman_syms_bad +++ /dev/null |
