diff options
author | Simon Glass <sjg@chromium.org> | 2020-04-09 15:08:49 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-04-21 06:33:47 -0600 |
commit | 9e040b574688b5b2dd670d6390a37d311814eba7 (patch) | |
tree | 017e8ef29635d317f3c3c05c5f6c82a382ea1110 /tools | |
parent | f972836593b6324763aa72d5196bf7bfbaa416ab (diff) | |
download | u-boot-9e040b574688b5b2dd670d6390a37d311814eba7.tar.gz |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/buildman/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index 86f5dfe501..9bf4383f9f 100644 --- a/tools/buildman/README +++ b/tools/buildman/README @@ -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 |