]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Split out looking up a symbol into a function
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2022 00:22:45 +0000 (18:22 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 15:01:31 +0000 (11:01 -0400)
commit3cb1a8fb09ded5a724e86a787818829f851c4d28
tree8f19e33584a9e8d0610baab27f7f75992284ac53
parentc5887303e96e13ac79642aff839686c0bb1c43cd
binman: Split out looking up a symbol into a function

Move this code into its own function so it can be used from tests.

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