Revert "board-status: Add field for release year"

This reverts commit d555d5a2b5.

It produces too much clutter, and is not particularly useful.

Change-Id: I62268a215a22a5cc76a10cdcfcae86349b466963
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/9990
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Alexandru Gagniuc 2015-04-24 18:13:31 +02:00 committed by Patrick Georgi
parent d555d5a2b5
commit 11004878ce
1 changed files with 0 additions and 6 deletions

View File

@ -176,7 +176,6 @@ EOF
vendor_cooperation_page="$(sed -n "/^[[:space:]]*Vendor cooperation page:/ s,^[[:space:]]*Vendor cooperation page:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
board_url="$(sed -n "/^[[:space:]]*Board URL:/ s,^[[:space:]]*Board URL:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
clone_of="$(sed -n "/^[[:space:]]*Clone of:/ s,^[[:space:]]*Clone of:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
release_year="$(sed -n "/^[[:space:]]*Release year:/ s,^[[:space:]]*Release year:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
else
vendor_2nd=
board_nice=
@ -188,7 +187,6 @@ EOF
vendor_cooperation_page=
board_url=
clone_of=
release_year=
fi
if [ "$last_vendor" != "$vendor" ]; then
last_vendor="$vendor"
@ -405,10 +403,6 @@ EOF
echo "| [[Board:$vendor/$board|$board_nice]]"
if ! [ -z "$release_year" ]; then
echo " (released $release_year)"
fi
if [ -z "$lastgood" ]; then
echo "| style=\"background:red\" | Unknown"
else