diff options
author | Leah Rowe <leah@libreboot.org> | 2024-04-28 17:24:41 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-04-28 17:24:41 +0100 |
commit | 71f8e6530a9c33748a26a2c4f68f84a3ec6badbd (patch) | |
tree | 007e2bfe4bb0105df81eaaf42a5aa48a7a79d850 /config/coreboot/x220edp_8mb/target.cfg | |
parent | a5c7cc1a0be949077d3e68fc2228ca9e1e02c5b4 (diff) |
eDP configs (x230/x220): don't release
set to release="n" for now until the eDP targets
are fixed.
the regular non-eDP targets are stable, and will be
released.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/x220edp_8mb/target.cfg')
-rw-r--r-- | config/coreboot/x220edp_8mb/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/x220edp_8mb/target.cfg b/config/coreboot/x220edp_8mb/target.cfg index 529581bd..cd477e6f 100644 --- a/config/coreboot/x220edp_8mb/target.cfg +++ b/config/coreboot/x220edp_8mb/target.cfg @@ -6,3 +6,4 @@ payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" status="broken" # TODO: VCC3P patch +release="n" |