Re: [U-Boot] [PATCH 05/34] binman: Drop .note section from ELF

2019-09-26 Thread sjg
Recent versions of binutils add a '.note.gnu.property' into the ELF file. This is not required and interferes with the expected output. Drop it. Also fix testMakeElf() to use a different file for input and output. Signed-off-by: Simon Glass --- tools/binman/elf.py | 3 +++ tools/binman/el

[U-Boot] [PATCH 05/34] binman: Drop .note section from ELF

2019-08-24 Thread Simon Glass
Recent versions of binutils add a '.note.gnu.property' into the ELF file. This is not required and interferes with the expected output. Drop it. Also fix testMakeElf() to use a different file for input and output. Signed-off-by: Simon Glass --- tools/binman/elf.py | 3 +++ tools/binman/el