diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-11 18:53:12 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-11 18:53:12 +0100 |
commit | 05fbd392982344cf8f6743a59ba3817ab2771704 (patch) | |
tree | 3a50782a960d9a4672292e7e0b15e12f245a74dd /config/coreboot/kcma-d8-udimm_2mb | |
parent | 8ba0fd834ddd6269c0cc286e298c5bf864adb0ca (diff) |
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>
Diffstat (limited to 'config/coreboot/kcma-d8-udimm_2mb')
-rw-r--r-- | config/coreboot/kcma-d8-udimm_2mb/target.cfg | 1 | ||||
-rw-r--r-- | config/coreboot/kcma-d8-udimm_2mb/warn.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/config/coreboot/kcma-d8-udimm_2mb/target.cfg b/config/coreboot/kcma-d8-udimm_2mb/target.cfg index 2c3bc306..35354c26 100644 --- a/config/coreboot/kcma-d8-udimm_2mb/target.cfg +++ b/config/coreboot/kcma-d8-udimm_2mb/target.cfg @@ -6,4 +6,3 @@ payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" xlang="c" -status="unstable" diff --git a/config/coreboot/kcma-d8-udimm_2mb/warn.txt b/config/coreboot/kcma-d8-udimm_2mb/warn.txt deleted file mode 100644 index 639ecd41..00000000 --- a/config/coreboot/kcma-d8-udimm_2mb/warn.txt +++ /dev/null @@ -1 +0,0 @@ -raminit has always been unreliable on this board; ymmv |