summaryrefslogtreecommitdiff
path: root/resources/coreboot/g43t-am3_16mb
diff options
context:
space:
mode:
authorlbmkplaceholder <placeholder@lbmkplaceholder.com>2022-12-14 08:31:07 +0000
committerlbmkplaceholder <placeholder@lbmkplaceholder.com>2022-12-14 08:31:07 +0000
commit3e266650c224222d77376d56d5e984ad84f7350f (patch)
treeb9c2d6c4954ac0dc8ed19f0bb70c5249acc2d684 /resources/coreboot/g43t-am3_16mb
parentab2cfb86396231843bb41ffdd818d7fbf41283d8 (diff)
disable grub and memtest on 1MB ROM configs
due to upstream bloat, these no longer fit. it will have to be fixed in the next libreboot release
Diffstat (limited to 'resources/coreboot/g43t-am3_16mb')
-rw-r--r--resources/coreboot/g43t-am3_16mb/board.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/coreboot/g43t-am3_16mb/board.cfg b/resources/coreboot/g43t-am3_16mb/board.cfg
index 6d02fbf6..93254466 100644
--- a/resources/coreboot/g43t-am3_16mb/board.cfg
+++ b/resources/coreboot/g43t-am3_16mb/board.cfg
@@ -1,7 +1,7 @@
cbtree="default"
romtype="normal"
arch="x86_64"
-payload_grub="y"
-payload_grub_withseabios="y"
+payload_grub="n"
+payload_grub_withseabios="n"
payload_seabios="y"
-payload_memtest="y"
+payload_memtest="n"