diff options
author | Leah Rowe <leah@libreboot.org> | 2023-05-06 18:27:31 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-05-06 18:27:31 +0100 |
commit | f5150f26a8c310746a267ce8090ccca9d0fceaf1 (patch) | |
tree | 5bba84d78aaa4760bf3020ec9c43b2a6b299da1a /resources/coreboot/e6400_8mb/board.cfg | |
parent | 6d0ff0286451dc43d32428a44a68d07bc13c058a (diff) |
remove e6400_8mb and e6400_16mb (keep e6400_4mb)
nobody will bother to upgrade the flash on those machines
not much point maintaining the 8/16mb versions
might aswell do just the _4mb version
Diffstat (limited to 'resources/coreboot/e6400_8mb/board.cfg')
-rw-r--r-- | resources/coreboot/e6400_8mb/board.cfg | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/resources/coreboot/e6400_8mb/board.cfg b/resources/coreboot/e6400_8mb/board.cfg deleted file mode 100644 index 451f6d31..00000000 --- a/resources/coreboot/e6400_8mb/board.cfg +++ /dev/null @@ -1,8 +0,0 @@ -cbtree="default" -romtype="8MiB ICH9 IFD NOR flash" -arch="x86_64" -payload_grub="n" -payload_grub_withseabios="n" -payload_seabios="y" -payload_memtest="y" -grub_scan_disk="ahci" |