diff options
author | Dario Binacchi | 2023-11-23 14:10:00 +0100 |
---|---|---|
committer | Tom Rini | 2023-12-13 18:39:06 -0500 |
commit | 838447aa7bfbe67adda43306ad7a322cec56dab0 (patch) | |
tree | 9dc2e6bdd34ff8ea776972f3f40b85cdd6d06e76 | |
parent | 36e3a1e91a22a85456236e344405f795b907857d (diff) |
binman: doc: fix typo
s/use set/set/
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-By: Michael Trimarchi <michael@amarulasolutions.com>
-rw-r--r-- | tools/binman/binman.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst index 020988d955f..230e055667f 100644 --- a/tools/binman/binman.rst +++ b/tools/binman/binman.rst @@ -2060,7 +2060,7 @@ don't have access to the blobs. If the blobs are in a different directory, you can specify this with the `-I` option. -For U-Boot, you can use set the BINMAN_INDIRS environment variable to provide a +For U-Boot, you can set the BINMAN_INDIRS environment variable to provide a space-separated list of directories to search for binary blobs:: BINMAN_INDIRS="odroid-c4/fip/g12a \ |