Re: [U-Boot] [PATCH 16/25] binman: Set the pathname correctly for ELF files

2018-11-22 Thread sjg
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 --- tools/binman/etype/u_boot_elf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Applied to u-boot-dm/master, thanks! _

[U-Boot] [PATCH 16/25] binman: Set the pathname correctly for ELF files

2018-11-06 Thread Simon Glass
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 --- tools/binman/etype/u_boot_elf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/binman/etype/u_boot_elf.py b/tools/