1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00
Files
u-boot-megous/tools
Heinrich Schuchardt d0d0e776cf tools: fix TestFdtUtil()
Variable old_outdir cannot be used before assignment.
The assignment must occur before the try block.

tools/dtoc/test_fdt.py:796:26:
E0601: Using variable 'old_outdir' before assignment
(used-before-assignment)

Add missing space in assignment.

Fixes: a004f29464 ("binman: Tidy up _SetupDtb() to use its own temporary file")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-05-04 09:57:43 +02:00
..
2023-04-04 14:50:47 -04:00
2023-05-04 09:57:43 +02:00
2023-02-04 18:19:00 +01:00
2023-03-14 16:08:52 -06:00
2022-12-08 09:29:02 -05:00
2023-01-27 12:51:26 -05:00
2023-03-14 16:08:52 -06:00