Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40680 )
Change subject: gitsoc/amd/picasso: Disable MP2 FW inclusion by default ......................................................................
gitsoc/amd/picasso: Disable MP2 FW inclusion by default
Inclusion of MP2 firmware is optional and dependent on mainboard. Set default option for including MP2 firmware in PSP directory to 'n'.
BUG=b:154880818
Signed-off-by: Furquan Shaikh furquan@google.com Change-Id: I1ff7527a409d8ac7f4d30e69eafc53975b63e49b --- M src/soc/amd/picasso/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/40680/1
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index c7e65fa..b58ba88 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -324,7 +324,7 @@
config PSP_LOAD_MP2_FW bool "Include MP2 blobs in PSP build" - default y + default n help Include the MP2 firmwares and configuration into the PSP build.