binman: Fix extract command for using non-absolute image paths
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 11 Nov 2021 07:14:18 +0000 (08:14 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 28 Nov 2021 23:51:51 +0000 (16:51 -0700)
commitc700f109a312d0c14b5409765013af4b7335d879
tree40ced9e308691e13b50b14acbd1a417b71a98186
parent1fb115e4d2a69118388e82af13b1159e102e539b
binman: Fix extract command for using non-absolute image paths

Otherwise the updated image will end up in the temporary folder that is
purged after completion.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/control.py