mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 21:11:18 +02:00
binman: Correct an 'aot' typo
Fix this typo. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -389,7 +389,7 @@ class Bintool:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def apt_install(cls, package):
|
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
|
This requires use of servo so may request a password
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user