Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/28776
Change subject: util/abuild: When using blobs, enable 3rdparty/fsp by default ......................................................................
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 --- M util/abuild/abuild 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/28776/1
diff --git a/util/abuild/abuild b/util/abuild/abuild index 3228d09..9afd364 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -696,7 +696,7 @@ shift;; -B|--blobs) shift 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 customizing="${customizing}, any-toolchain"