commit | 168e32bc96e96ebe59c5cd417e818188e636db2b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Feb 12 16:23:33 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 21 08:24:31 2025 -0600 |
tree | 7668207ea36eb37392c7652f656631f6dec6415c | |
parent | 80d31bc87fee1387e26ce749ac4d3106f2491495 [diff] |
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>