diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-22 12:14:45 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-03-08 11:38:48 -0800 |
commit | 6569cb8e1f556988dcb10495d3eab8b44c652959 (patch) | |
tree | 084cfb7afd41e4709857453bd462bbf3f8ff68a9 /tools | |
parent | bfb708ad9987ebddd2cd8f55bf4884e4f2305234 (diff) | |
download | u-boot-6569cb8e1f556988dcb10495d3eab8b44c652959.tar.gz |
binman: Correct an 'aot' typo
Fix this typo.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/bintool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/bintool.py b/tools/binman/bintool.py index f460243e79..bb22968855 100644 --- a/tools/binman/bintool.py +++ b/tools/binman/bintool.py @@ -389,7 +389,7 @@ class Bintool: @classmethod def apt_install(cls, package): - """Install a bintool using the 'aot' tool + """Install a bintool using the 'apt' tool This requires use of servo so may request a password |