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 <[email protected]> --- 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!

