Martin Roth has uploaded this change for review. ( https://review.coreboot.org/21867
Change subject: Stoney: Don't force the AMD firmware outside cbfs ......................................................................
Stoney: Don't force the AMD firmware outside cbfs
We want to be able to have the AMD firmware inside CBFS.
BUG=b:65484600 TEST=Assign PSP firmware location, build & test. Firmware shows up inside CBFS.
Change-Id: Ia8258b5c2ecfaaa42d623e3376ec3233115aed58 Signed-off-by: Martin Roth martinroth@google.com --- M src/soc/amd/stoneyridge/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/21867/1
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 4bf1e57..d05d83a 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -60,7 +60,6 @@ select SSE2
config VBOOT - select AMDFW_OUTSIDE_CBFS select VBOOT_SEPARATE_VERSTAGE select VBOOT_STARTS_IN_BOOTBLOCK select VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT