From e67628c6a5e7a6ac23b4c519a753ead61beae116 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 16 Jun 2024 17:46:58 +0100 Subject: unify coreboot elfdir (DO_NOT_FLASH) use a common string when setting this path Signed-off-by: Leah Rowe --- script/roms | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'script/roms') diff --git a/script/roms b/script/roms index 815eeb99..d0f95524 100755 --- a/script/roms +++ b/script/roms @@ -193,8 +193,7 @@ build_roms() { x_ ./update trees -b coreboot $board - _cbrom="elf/coreboot_nopayload_DO_NOT_FLASH" - _cbrom="$_cbrom/$board/${initmode}_$displaymode" + _cbrom="$cbelfdir/$board/${initmode}_$displaymode" [ "$initmode" = "normal" ] && _cbrom="${_cbrom%"_$displaymode"}" _cbrom="$_cbrom/coreboot.rom" cbrom="$(mktemp -t coreboot_rom.XXXXXXXXXX)" -- cgit v1.2.1