summaryrefslogtreecommitdiff
path: root/config/coreboot/g43t-am3_16mb/target.cfg
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-29 03:15:25 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-29 03:15:25 +0100
commite7cb10d68b46bd4efb9a87c36d337f8a4fe1e24c (patch)
treebcf038aba5def3f677ffaff9be059220170398a4 /config/coreboot/g43t-am3_16mb/target.cfg
parente9b9e825f1738a1b7159f81a45cb8e0f46d9ff94 (diff)
do not allow dashes in coreboot target names
Command: ./vendor download kcma-d8-rdimm_16mb Output was: include/lib.sh: line 115: kcma-d8-rdimm=config/vendor: No such file or directory That will have to be audited later on, but the recent more stringent error checking in vendor.sh triggered this previously untriggered error message. The error was in fact already occuring before, silently. Anyway, mitigate by renaming all coreboot targets so that they do not contain hyphens in the name. This should avoid triggering errors in that eval command, on line 115 in lib.sh Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/g43t-am3_16mb/target.cfg')
-rw-r--r--config/coreboot/g43t-am3_16mb/target.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/coreboot/g43t-am3_16mb/target.cfg b/config/coreboot/g43t-am3_16mb/target.cfg
deleted file mode 100644
index bbe8a9fb..00000000
--- a/config/coreboot/g43t-am3_16mb/target.cfg
+++ /dev/null
@@ -1,6 +0,0 @@
-tree="default"
-xarch="i386-elf"
-payload_seabios="y"
-payload_memtest="y"
-grub_timeout=10
-release="n"