From 119cebc4d8615b669b935b1407deccb4c4198330 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 27 Jun 2024 16:09:41 +0100 Subject: roms: remove unnecessary assignment to cbdir cbdir isn't used in this script Signed-off-by: Leah Rowe --- script/roms | 1 - 1 file changed, 1 deletion(-) (limited to 'script/roms') 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 -- cgit v1.2.1