From 7ce3f93e4492e583f5a27eb5cc66648fd2044f34 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 2 Oct 2023 03:54:39 +0100 Subject: build/boot/*: unify more logic in main() slight sloccount reduction. light renaming of functions between the two scripts, placing more logic in main() under include/boot.sh Signed-off-by: Leah Rowe --- script/build/boot/roms_helper | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'script/build/boot/roms_helper') diff --git a/script/build/boot/roms_helper b/script/build/boot/roms_helper index 5685ef72..a3446334 100755 --- a/script/build/boot/roms_helper +++ b/script/build/boot/roms_helper @@ -32,16 +32,9 @@ eval "$(setvars "undefined" grub_scan_disk tree arch uboot_config)" # main() is in include/boot.sh -handle_targets() +check_target() { board="${boards%% *}" - configure_target - build_dependencies - build_target -} - -configure_target() -{ targetdir="${cfgsdir}/${board}" [ -d "${targetdir}" ] || \ @@ -102,7 +95,7 @@ configure_target() eval "payload_${_payload}=y" } -build_dependencies() +prepare_target() { romdir="bin/${board}" cbdir="coreboot/${board}" @@ -122,6 +115,7 @@ build_dependencies() build_dependency_grub build_dependency_uboot + build_target } build_dependency_seabios() -- cgit v1.2.1