summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2021-05-22 19:23:21 +0100
committerLeah Rowe <leah@libreboot.org>2021-05-22 19:31:25 +0100
commit43dd4d5446764b3db59770df610c86ecc0428739 (patch)
tree2e2cbdf5cdf29a21b3338b894677c29ace331373
parent52d8fccaae2723e8c2109a84936e88cc41b39743 (diff)
board/ga-g41m-es2l/cfg: enable payload_grub_withseabios
SeaBIOS should fit nicely, now that memtest is disabled
-rw-r--r--resources/coreboot/ga-g41m-es2l/board.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/coreboot/ga-g41m-es2l/board.cfg b/resources/coreboot/ga-g41m-es2l/board.cfg
index e0435833..dd75ef49 100644
--- a/resources/coreboot/ga-g41m-es2l/board.cfg
+++ b/resources/coreboot/ga-g41m-es2l/board.cfg
@@ -2,7 +2,7 @@ cbtree="default"
romtype="normal"
arch="x86_64"
payload_grub="y"
-payload_grub_withseabios="n"
+payload_grub_withseabios="y"
payload_grub_withtianocore="n"
payload_seabios="y"
payload_tianocore="n"