
8 Mar
2023
8 Mar
'23
11:17 p.m.
Using 'str' as a variable makes it impossible to use it as a type in the same function. Fix this by using a different name.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Add patch to fix use of a type as a variable
tools/buildman/control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-dm/next, thanks!