summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2017-09-16 19:56:08 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2023-06-10 01:44:06 +0000
commit09b573ff75be3762568b19837fb41366cd46fc55 (patch)
treee64d5b69910e30b038a3a37a18b422a713a8886d
parent88a54db5925e1678047dcade823a3096327f21fc (diff)
downloadcoreboot-09b573ff75be3762568b19837fb41366cd46fc55.tar.gz
coreboot-09b573ff75be3762568b19837fb41366cd46fc55.tar.bz2
coreboot-09b573ff75be3762568b19837fb41366cd46fc55.zip
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-xutil/board_status/board_status.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh
index f5254f1a91f5..78f21a80a84c 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