Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/57344 )
Change subject: util/abuild: don't select ADD_FSP_BINARIES ......................................................................
util/abuild: don't select ADD_FSP_BINARIES
Selecting ADD_FSP_BINARIES breaks the build for chipsets that rely on FSP for parts of the hardware initialization, but don't have the FSP binaries available yet.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I60c426d759ec36aac554f4e7bdbda0de0c462d97 --- M util/abuild/abuild 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/57344/1
diff --git a/util/abuild/abuild b/util/abuild/abuild index 407c3f1..92bb255 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -731,7 +731,7 @@ shift;; -B|--blobs) shift customizing="${customizing}, blobs" - configoptions="${configoptions}CONFIG_USE_AMD_BLOBS=y\nCONFIG_USE_QC_BLOBS=y\nCONFIG_ADD_FSP_BINARIES=y\n" + configoptions="${configoptions}CONFIG_USE_AMD_BLOBS=y\nCONFIG_USE_QC_BLOBS=y\n" ;; -A|--any-toolchain) shift customizing="${customizing}, any-toolchain"