Stefan Reinauer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/21569?usp=email )
Change subject: board_status: Point to documentation in header ......................................................................
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 --- M util/board_status/board_status.sh 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Stefan Reinauer: Looks good to me, approved Jonathan Neuschäfer: Looks good to me, but someone else must approve build bot (Jenkins): Verified
diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh index f5254f1..78f21a80 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