remove all status checks. only handle release.

the release variable is all we need, turning a target on
or off for a given release.

the status checks were prone to bugs, and unnecessary; it
also broke certain benchmark scripts.

it's better to keep the lbmk logic simpler. board status
will be moved to the documentation instead.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-05-11 18:53:12 +01:00
parent 8ba0fd834d
commit 05fbd39298
126 changed files with 11 additions and 257 deletions
-1
View File
@@ -126,7 +126,6 @@ usage()
mkrelease()
{
export LBMK_RELEASE="y"
export LBMK_STATUS="n"
vdir="release"
while getopts d:m: option; do