diff options
Diffstat (limited to 'config/coreboot')
-rw-r--r-- | config/coreboot/e6400_4mb/target.cfg | 1 | ||||
-rw-r--r-- | config/coreboot/t1650_12mb/target.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/coreboot/e6400_4mb/target.cfg b/config/coreboot/e6400_4mb/target.cfg index 4cbaf904..1a33f4ec 100644 --- a/config/coreboot/e6400_4mb/target.cfg +++ b/config/coreboot/e6400_4mb/target.cfg @@ -6,5 +6,6 @@ payload_grub_withseabios="n" payload_seabios="y" payload_memtest="y" payload_seabios_withgrub="y" +payload_seabios_grubonly="y" grub_scan_disk="ahci" microcode_required="n" diff --git a/config/coreboot/t1650_12mb/target.cfg b/config/coreboot/t1650_12mb/target.cfg index 3b1ace62..d018dba1 100644 --- a/config/coreboot/t1650_12mb/target.cfg +++ b/config/coreboot/t1650_12mb/target.cfg @@ -3,5 +3,6 @@ romtype="normal" arch="x86_64" payload_seabios="y" payload_seabios_withgrub="y" +payload_seabios_grubonly="y" payload_memtest="y" grub_scan_disk="ahci" |