diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-27 16:09:41 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-27 16:10:09 +0100 |
commit | 119cebc4d8615b669b935b1407deccb4c4198330 (patch) | |
tree | e67ed2600c07b4a1fdad37682ba5e8af6b207508 | |
parent | 7a15ba18cb43d723234751b0d6ff6b82fc615f97 (diff) |
roms: remove unnecessary assignment to cbdir
cbdir isn't used in this script
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | script/roms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/roms b/script/roms index f5c90c13..8d5d1401 100755 --- a/script/roms +++ b/script/roms @@ -101,7 +101,6 @@ configure_target() x_ ./update trees -b coreboot $board - cbdir="src/coreboot/$tree" cbfstool="elf/cbfstool/$tree/cbfstool" [ -f "$cbfstool" ] || x_ ./update trees -b coreboot utils $tree |