diff options
author | David Hendricks <dhendrix@chromium.org> | 2017-09-16 19:56:08 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2023-06-10 01:44:06 +0000 |
commit | 09b573ff75be3762568b19837fb41366cd46fc55 (patch) | |
tree | e64d5b69910e30b038a3a37a18b422a713a8886d | |
parent | 88a54db5925e1678047dcade823a3096327f21fc (diff) |
board_status: Point to documentation in header
This adds a pointer to the README and to the wiki in the header of
board_status.sh.
Change-Id: I5877a3bf3544f175ac74a5e5a8e1ef1cab366ab8
Signed-off-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/21569
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rwxr-xr-x | util/board_status/board_status.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh index f5254f1a91..78f21a80a8 100755 --- a/util/board_status/board_status.sh +++ b/util/board_status/board_status.sh @@ -1,6 +1,7 @@ #!/usr/bin/env sh # # +# See README and https://www.coreboot.org/Board_Status for instructions. EXIT_SUCCESS=0 EXIT_FAILURE=1 |