util/abuild: When using blobs, enable 3rdparty/fsp by default

This is a no-op on non-FSP systems, but enables using it when supported.

Change-Id: I66fe9b8587753ea017e13a752a7728e47287e9a0
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/28776
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
This commit is contained in:
Patrick Georgi 2018-09-27 21:24:44 +02:00 committed by Philipp Deppenwiese
parent 1a6fd0b538
commit c366f90a2e
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ while true ; do
shift;; shift;;
-B|--blobs) shift -B|--blobs) shift
customizing="${customizing}, blobs" customizing="${customizing}, blobs"
configoptions="${configoptions}CONFIG_USE_BLOBS=y\n" configoptions="${configoptions}CONFIG_USE_BLOBS=y\nCONFIG_ADD_FSP_BINARIES=y\nCONFIG_FSP_USE_REPO=y\n"
;; ;;
-A|--any-toolchain) shift -A|--any-toolchain) shift
customizing="${customizing}, any-toolchain" customizing="${customizing}, any-toolchain"