diff options
author | Nico Huber <nico.h@gmx.de> | 2020-01-01 15:41:33 +0100 |
---|---|---|
committer | Marshall Dawson <marshalldawson3rd@gmail.com> | 2020-01-05 23:54:48 +0000 |
commit | e67f539de42edd80280a858bc532af08331e1cb0 (patch) | |
tree | 320324d24c6354856a0cde5704f59fd7228c9adb /util/abuild | |
parent | 933e6ff02d2190802ecac736f4b2168ba4c84d43 (diff) |
abuild: Allow proper build tests with USE_AMD_BLOBS=y
Properly build test AMD ports that rely on blobs, too.
Change-Id: Ia82f38d0e57f463ee33844c7afebb9dd602cef05
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38043
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'util/abuild')
-rwxr-xr-x | util/abuild/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild index 23b22aaa9b..676a44662e 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -723,7 +723,7 @@ while true ; do shift;; -B|--blobs) shift customizing="${customizing}, blobs" - configoptions="${configoptions}CONFIG_USE_BLOBS=y\nCONFIG_ADD_FSP_BINARIES=y\nCONFIG_FSP_USE_REPO=y\n" + configoptions="${configoptions}CONFIG_USE_BLOBS=y\nCONFIG_USE_AMD_BLOBS=y\nCONFIG_ADD_FSP_BINARIES=y\nCONFIG_FSP_USE_REPO=y\n" ;; -A|--any-toolchain) shift customizing="${customizing}, any-toolchain" |