diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-04-20 20:03:43 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-05-03 18:30:46 -0400 |
commit | 5fd10846572cc76c6e6d0f9839ed54ff10537691 (patch) | |
tree | c393be2bdfe33f4609235b5d64e4f63f7fbe1a38 /drivers/ddr/microchip/ddr2.c | |
parent | 2ac800a66f996da045d61ee5cff1f6694e893949 (diff) |
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: a004f29464d1 ("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>
Diffstat (limited to 'drivers/ddr/microchip/ddr2.c')
0 files changed, 0 insertions, 0 deletions