From 05fbd392982344cf8f6743a59ba3817ab2771704 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 11 May 2024 18:53:12 +0100 Subject: 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 --- config/coreboot/gru_bob/target.cfg | 1 - config/coreboot/gru_bob/warn.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 config/coreboot/gru_bob/warn.txt (limited to 'config/coreboot/gru_bob') diff --git a/config/coreboot/gru_bob/target.cfg b/config/coreboot/gru_bob/target.cfg index 86283f7a..a7c36159 100644 --- a/config/coreboot/gru_bob/target.cfg +++ b/config/coreboot/gru_bob/target.cfg @@ -1,4 +1,3 @@ tree="default" xarch="aarch64-elf arm-eabi" payload_uboot="y" -status="stable" diff --git a/config/coreboot/gru_bob/warn.txt b/config/coreboot/gru_bob/warn.txt deleted file mode 100644 index 1dcc4e7d..00000000 --- a/config/coreboot/gru_bob/warn.txt +++ /dev/null @@ -1 +0,0 @@ -Incomplete UEFI implementation but should boot most distros fine. Debian Bookworm installed and the first 1GB or so of the partition got corrupted. Leave the first 2GB or so unpartitioned, when installing any distro. -- cgit v1.2.1