Re: [PATCH 06/20] binman: elf: Add more debugging to LookupAndWriteSymbols()

2024-07-29 Thread Neha Malcom Francis
On 20/07/24 16:19, Simon Glass wrote: When symbol-writing does not appear to work, it can sometimes be hard to figure out what is going on. Add some more debugging to help. Signed-off-by: Simon Glass --- tools/binman/elf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: [PATCH 06/20] binman: elf: Add more debugging to LookupAndWriteSymbols()

2024-07-29 Thread Simon Glass
When symbol-writing does not appear to work, it can sometimes be hard to figure out what is going on. Add some more debugging to help. Signed-off-by: Simon Glass --- tools/binman/elf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-dm, thanks!

[PATCH 06/20] binman: elf: Add more debugging to LookupAndWriteSymbols()

2024-07-20 Thread Simon Glass
When symbol-writing does not appear to work, it can sometimes be hard to figure out what is going on. Add some more debugging to help. Signed-off-by: Simon Glass --- tools/binman/elf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/binman/elf.py b/tools/binman/elf.py