-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
binman: Use the Makefile for u_boot_binman_syms_size
Remove this file from git and instead build it using the Makefile. Signed-off-by: Simon Glass <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -490,7 +490,7 @@ def _SetupSplElf(cls, src_fname='bss_data'): | |
""" | ||
# TODO([email protected]): Drop this when all Elf files use ElfTestFile() | ||
if src_fname in ['bss_data', 'u_boot_ucode_ptr', 'u_boot_no_ucode_ptr', | ||
'u_boot_binman_syms']: | ||
'u_boot_binman_syms', 'u_boot_binman_syms_size']: | ||
fname = cls.ElfTestFile(src_fname) | ||
else: | ||
fname = cls.TestFile(src_fname) | ||
|
Binary file not shown.