diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/btool/mkimage.py | 2 | ||||
-rw-r--r-- | tools/buildman/test.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/btool/mkimage.py b/tools/binman/btool/mkimage.py index d5b407c5547..39a4c8c1432 100644 --- a/tools/binman/btool/mkimage.py +++ b/tools/binman/btool/mkimage.py @@ -11,7 +11,7 @@ class Bintoolmkimage(bintool.Bintool): """Image generation for U-Boot This bintool supports running `mkimage` with some basic parameters as - neeed by binman. + needed by binman. Normally binman uses the mkimage built by U-Boot. But when run outside the U-Boot build system, binman can use the version installed in your system. diff --git a/tools/buildman/test.py b/tools/buildman/test.py index bdd3d84158a..f92add7a7c5 100644 --- a/tools/buildman/test.py +++ b/tools/buildman/test.py @@ -195,7 +195,7 @@ class TestBuild(unittest.TestCase): Args: echo_lines: True to echo lines to the terminal to aid test development - kwdisplay_args: Dict of arguemnts to pass to + kwdisplay_args: Dict of arguments to pass to Builder.SetDisplayOptions() Returns: |