summaryrefslogtreecommitdiff
path: root/script/update/trees
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-25 11:40:02 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-25 12:58:52 +0100
commit5f6ba01d414e2d98d7db049347b8c5c5d125ba61 (patch)
treeae960452213613ef777c0aaf667402c62d7818dc /script/update/trees
parentdf031d422a1c0b76edbea1cdee98796ad3d1392f (diff)
include/option.sh: fix i945 bootblock copy
it wasn't being copied right the roms under elf/ were being copied, but not the ones under bin/ - i need to audit it further for now, i run modify_coreboot_roms from build/roms instead of update/trees so, the ones under elf/ no longer have bootblocks copied. it's only done in bin/ Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/update/trees')
-rwxr-xr-xscript/update/trees1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/update/trees b/script/update/trees
index 64958522..a930bed1 100755
--- a/script/update/trees
+++ b/script/update/trees
@@ -263,7 +263,6 @@ run_make_command()
copy_elf()
{
- [ "${project}" != "coreboot" ] || x_ modify_coreboot_rom
while read f; do
[ ! -f "${codedir}/$f" ] || \
x_ cp "${codedir}/${f}" "${dest_dir}/"