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>
This commit is contained in:
David Hendricks 2017-09-16 19:56:08 -07:00 committed by Stefan Reinauer
parent 88a54db592
commit 09b573ff75

View File

@ -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