diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-04 00:24:27 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-04 01:15:26 +0100 |
commit | 985870297dd7aa89cb29b4c9b6e9ece82c4355c3 (patch) | |
tree | df64341d2a43b9d0cd1801117350724c1bf9bf3e /config/coreboot/dell9020sff_12mb/target.cfg | |
parent | d839bfa1ed489dfc72e46341375322ecbfe5769a (diff) |
deprecate MRC 9020MT/SFF (NRI 9020 is default now)
NRI is libre raminit
MRC is binary blob raminit
the libre raminit is stable enough now that it's default
the MRC-based targets will be removed in a future release
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/dell9020sff_12mb/target.cfg')
-rw-r--r-- | config/coreboot/dell9020sff_12mb/target.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/dell9020sff_12mb/target.cfg b/config/coreboot/dell9020sff_12mb/target.cfg index a3acd5fb..0141f142 100644 --- a/config/coreboot/dell9020sff_12mb/target.cfg +++ b/config/coreboot/dell9020sff_12mb/target.cfg @@ -6,4 +6,4 @@ payload_seabios_grubonly="y" payload_memtest="y" grub_scan_disk="ahci" release="n" -status="stable" +status="deprecated" |