mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
binman: Correct path for fip_util
This should be imported from the binman module. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f4590e02c1
commit
7f29583113
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ sys.path.insert(2, os.path.join(OUR_PATH, '..'))
|
|||
# pylint: disable=C0413
|
||||
from patman import test_util
|
||||
from patman import tools
|
||||
import fip_util
|
||||
from binman import fip_util
|
||||
|
||||
HAVE_FIPTOOL = True
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue