build/roms: rename two functions for clarity

Signed-off-by: Leah Rowe <leah@libreboot.org>
9020vga
Leah Rowe 2023-12-24 06:02:12 +00:00
parent 746d9cadda
commit 38a7aa3196
1 changed files with 4 additions and 4 deletions

View File

@ -56,8 +56,8 @@ main()
eval "$(setvars "n" ${pv}) $(setvars "" ${v})"
grub_background="background1280x800.png"
board="${x}"
check_target
prepare_target
configure_target
configure_dependencies
[ -d "bin/${board}" ] || continue
targets="* bin/${board}\n${targets}"
done
@ -70,7 +70,7 @@ main()
printf "DO NOT flash ROM images from elf/ - please use bin/ instead.\n"
}
check_target()
configure_target()
{
targetdir="${cfgsdir}/${board}"
[ -f "${targetdir}/target.cfg" ] || \
@ -119,7 +119,7 @@ check_target()
eval "payload_${_payload}=y"
}
prepare_target()
configure_dependencies()
{
romdir="bin/${board}"
cbdir="src/coreboot/${board}"