diff options
Diffstat (limited to 'script/build')
-rwxr-xr-x | script/build/boot/roms | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/script/build/boot/roms b/script/build/boot/roms index 29f53dda..edecfc6b 100755 --- a/script/build/boot/roms +++ b/script/build/boot/roms @@ -13,7 +13,6 @@ set -u -e . "include/boot.sh" read projectname < projectname -targets="" # main() is in include/boot.sh @@ -25,9 +24,6 @@ handle_targets() printf "Building %s ROM images\n" "${projectname}" - [ "${first}" != "all" ] || boards="$(listitems config/coreboot)" || \ - err "handle_targets: Cannot get list of boards" - check_targets build_bootroms confirm_targets |