diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-07 02:36:46 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-07 02:46:47 +0100 |
commit | fa8e204f144ebe318f6173d2570dd90d50dace87 (patch) | |
tree | 945341ccd5d308cf7a24fd75d53ba83aaf691a7f /script/build/fw | |
parent | 24584296a8f93f3bd9d81bd050e3b4ec33fcfaf2 (diff) |
unified projectname/version/versiondate handling
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/fw')
-rwxr-xr-x | script/build/fw/coreboot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/script/build/fw/coreboot b/script/build/fw/coreboot index 1f5bd7f1..481c6fba 100755 --- a/script/build/fw/coreboot +++ b/script/build/fw/coreboot @@ -12,8 +12,6 @@ set -u -e . "include/err.sh" . "include/option.sh" -read projectname < projectname - seavgabiosrom="elf/seabios/default/libgfxinit/vgabios.bin" grub_background="background1280x800.png" grubelf="elf/grub/grub.elf" |