]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Set the pathname correctly for ELF files
authorSimon Glass <sjg@chromium.org>
Tue, 6 Nov 2018 22:21:33 +0000 (15:21 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commit4b6dbaa3073adb24f8c67f89d0f70dbcf00808b9
treed4ace0f3b805257d398331ede5938f24d45b8773
parent26cc8fccc61a6846e763c3cf36c28bc547308bbe
binman: Set the pathname correctly for ELF files

At present, stripped files don't have the right pathname which means that
blob compression cannot be used. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/u_boot_elf.py