mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
p2b_ls/p3b_f boards: Disable memtest payload
memtest can't fit in such tiny space alongside SeaBIOS
This commit is contained in:
@@ -4,5 +4,5 @@ arch="x86_32"
|
||||
payload_grub="n"
|
||||
payload_grub_withseabios="n"
|
||||
payload_seabios="y"
|
||||
payload_memtest="y"
|
||||
payload_memtest="n"
|
||||
grub_scan_disk="ata"
|
||||
|
||||
@@ -4,5 +4,5 @@ arch="x86_32"
|
||||
payload_grub="n"
|
||||
payload_grub_withseabios="n"
|
||||
payload_seabios="y"
|
||||
payload_memtest="y"
|
||||
payload_memtest="n"
|
||||
grub_scan_disk="ata"
|
||||
|
||||
Reference in New Issue
Block a user