tools: binman: ti_board_cfg: Fix pylint error over 'br'
authorTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 22:23:33 +0000 (16:23 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 21 Feb 2025 14:24:31 +0000 (08:24 -0600)
commita21f6efaf58cf3df6537f1549d509339de5aeabc
tree7668207ea36eb37392c7652f656631f6dec6415c
parentc128ec4647267c8d7d667cbb1dd9037a72f70934
tools: binman: ti_board_cfg: Fix pylint error over 'br'

With a newer pylint, we get a warning that 'br' could be used before
assignment. Fix this by declaring br first as an empty bytearray.

Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
tools/binman/etype/ti_board_config.py