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/fhd/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/fhd/board.cfg')
-rw-r--r-- | resources/coreboot/fhd/board.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/coreboot/fhd/board.cfg b/resources/coreboot/fhd/board.cfg deleted file mode 100644 index 2716ff3d..00000000 --- a/resources/coreboot/fhd/board.cfg +++ /dev/null @@ -1,4 +0,0 @@ -cbtree="fhd" -romtype="normal" -cbrevision="0feef9981428eaa1cb94701d260ba8123dd79c35" -arch="x86_64" |