mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
buildman: Add the abbreviation for --boards
This option may be frequency used, so mention that it can be abbreviated to --bo Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f972836593
commit
9e040b5746
1 changed files with 3 additions and 3 deletions
|
@ -151,9 +151,9 @@ You can also use -x to specifically exclude some boards. For example:
|
|||
means to build all arm boards except nvidia, freescale and anything ending
|
||||
with 'ball'.
|
||||
|
||||
For building specific boards you can use the --boards option, which takes a
|
||||
comma-separated list of board target names and be used multiple times on
|
||||
the command line:
|
||||
For building specific boards you can use the --boards (or --bo) option, which
|
||||
takes a comma-separated list of board target names and be used multiple times
|
||||
on the command line:
|
||||
|
||||
buildman --boards sandbox,snow --boards
|
||||
|
||||
|
|
Loading…
Reference in a new issue