mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 23:09:40 +02:00
unify coreboot elfdir (DO_NOT_FLASH)
use a common string when setting this path Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -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)"
|
||||
|
||||
+1
-2
@@ -78,8 +78,7 @@ build_projects()
|
||||
|
||||
build_targets()
|
||||
{
|
||||
[ "$elfdir" = "elf/coreboot" ] && \
|
||||
elfdir="elf/coreboot_nopayload_DO_NOT_FLASH"
|
||||
[ "$elfdir" = "elf/coreboot" ] && elfdir="$cbelfdir"
|
||||
|
||||
[ -d "$cfgsdir" ] || $err "directory, $cfgsdir, does not exist"
|
||||
[ -f "$listfile" ] || $err "list file, $listfile, does not exist"
|
||||
|
||||
Reference in New Issue
Block a user