diff options
author | Alexei Sorokin <sor.alexei@meowr.ru> | 2022-11-28 23:33:58 +0300 |
---|---|---|
committer | Alexei Sorokin <sor.alexei@meowr.ru> | 2022-11-28 23:33:58 +0300 |
commit | a33e8429086f4fcc3e84a6ba2e9037f4f2b47bac (patch) | |
tree | ce66e769ef56f39dabca87637fa3914157633d98 /resources/coreboot/x230fhd_12mb/board.cfg | |
parent | e8eee6dd8a9393567330905bcddad2eb4a232e8e (diff) |
coreboot: add x230edp_12mb, remove x230fhd_12mb
New x230edp_12mb target uses the
https://review.coreboot.org/c/coreboot/+/28950 patchset to add an
X230_EDP target to the default coreboot branch.
Consequently the "fhd" coreboot branch is no longer needed and has
been safely removed.
Diffstat (limited to 'resources/coreboot/x230fhd_12mb/board.cfg')
-rw-r--r-- | resources/coreboot/x230fhd_12mb/board.cfg | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/resources/coreboot/x230fhd_12mb/board.cfg b/resources/coreboot/x230fhd_12mb/board.cfg deleted file mode 100644 index 935d216f..00000000 --- a/resources/coreboot/x230fhd_12mb/board.cfg +++ /dev/null @@ -1,8 +0,0 @@ -cbtree="fhd" -romtype="normal" -arch="x86_64" -payload_grub="y" -payload_grub_withseabios="y" -payload_seabios="y" -payload_memtest="y" -grub_scan_disk="ahci" |