From 5c888669c63935de0fc9880baa1539a0d72b4dd0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 12 May 2024 04:15:01 +0100 Subject: [PATCH] disable x301 for next release (for now) Signed-off-by: Leah Rowe --- config/coreboot/x301_16mb/target.cfg | 1 + config/coreboot/x301_4mb/target.cfg | 1 + config/coreboot/x301_8mb/target.cfg | 1 + 3 files changed, 3 insertions(+) diff --git a/config/coreboot/x301_16mb/target.cfg b/config/coreboot/x301_16mb/target.cfg index 8688df3..06f3025 100644 --- a/config/coreboot/x301_16mb/target.cfg +++ b/config/coreboot/x301_16mb/target.cfg @@ -5,3 +5,4 @@ payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" +release="n" diff --git a/config/coreboot/x301_4mb/target.cfg b/config/coreboot/x301_4mb/target.cfg index 8688df3..06f3025 100644 --- a/config/coreboot/x301_4mb/target.cfg +++ b/config/coreboot/x301_4mb/target.cfg @@ -5,3 +5,4 @@ payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" +release="n" diff --git a/config/coreboot/x301_8mb/target.cfg b/config/coreboot/x301_8mb/target.cfg index 8688df3..06f3025 100644 --- a/config/coreboot/x301_8mb/target.cfg +++ b/config/coreboot/x301_8mb/target.cfg @@ -5,3 +5,4 @@ payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" +release="n"