mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
binman: Correct an 'aot' typo
Fix this typo. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
bfb708ad99
commit
6569cb8e1f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue