diff options
author | Leah Rowe <leah@libreboot.org> | 2021-11-01 04:04:56 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-11-01 04:04:56 +0000 |
commit | 6d23b3fe5546da38bba66065b54dc13a1a174c42 (patch) | |
tree | 2c4906a005af12c2ec03cac71ed950307bde6a4d /resources/coreboot/t500_8mb | |
parent | 68d3c9372af6eda1bd122aa92e6a08c32cfa2202 (diff) |
Include memtest86+ on setups where this is practical
Diffstat (limited to 'resources/coreboot/t500_8mb')
-rw-r--r-- | resources/coreboot/t500_8mb/board.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/coreboot/t500_8mb/board.cfg b/resources/coreboot/t500_8mb/board.cfg index 64b5b663..38738f3d 100644 --- a/resources/coreboot/t500_8mb/board.cfg +++ b/resources/coreboot/t500_8mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" |