]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add a function to check for special section nodes
authorSimon Glass <sjg@chromium.org>
Wed, 11 Jan 2023 23:10:15 +0000 (16:10 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 21:55:40 +0000 (14:55 -0700)
commit2041308aec01bd76fb399a40e68cf9ce76b5e88e
tree121a11ac9718477dea939980b757af792503ce3f
parent49c11e579bfe14900da153cc9b469d6f3de03003
binman: Add a function to check for special section nodes

This appears in two places in the code. Use a shared function instead.

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