binman: Tweak elf tests for a toolchain change
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:37 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:10 +0000 (12:36 -0700)
commit1e18a69394658ab56ef1c310d5352d7814c0017e
treea0900034788b09fafcf5fa60849ae15b8965cbd7
parent8bbd8a35942aee05adca4c8909b133df23b91b3a
binman: Tweak elf tests for a toolchain change

Some newer toolchains do not create a symbol for the .ucode section that
this test relies on. Update the test to use the symbol that is explicitly
created, instead.

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