From c0822ac458fc7b0f2630c1cff208bd5066efbc6b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 6 Jun 2024 21:45:53 +0100 Subject: put coreboot utils in elf/, not cbutils/ one directory per util, under elf/ e.g. elf/cbfstool/ further split by tree name, e.g.: elf/cbfstool/default/ elf/cbfstool/foo/ Signed-off-by: Leah Rowe --- script/roms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/roms') diff --git a/script/roms b/script/roms index f6c322e1..79b716ff 100755 --- a/script/roms +++ b/script/roms @@ -209,7 +209,7 @@ build_payloads() romdir="bin/$board" cbdir="src/coreboot/$board" [ "$board" = "$tree" ] || cbdir="src/coreboot/$tree" - cbfstool="cbutils/$tree/cbfstool" + cbfstool="elf/cbfstool/$tree/cbfstool" cbrom="$cbdir/build/coreboot.rom" [ -f "$cbfstool" ] || x_ ./update trees -b coreboot utils $tree -- cgit v1.2.1