soc/amd/picasso: Switch to using amd_blobs

BUG=b:147042464
TEST=build trembyle and boot to OS

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Ie6ac8b0701ac27733dd9724873664f5f17fcfa29
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41435
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Furquan Shaikh <furquan@google.com>
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index 4795211..7173b6c 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -94,7 +94,7 @@
 
 config VGA_BIOS_FILE
 	string
-	default "3rdparty/blobs/soc/amd/picasso/PicassoGenericVbios.bin"
+	default "3rdparty/amd_blobs/picasso/PicassoGenericVbios.bin"
 
 config S3_VGA_ROM_RUN
 	bool
@@ -297,7 +297,7 @@
 
 config AMD_PUBKEY_FILE
 	string
-	default "3rdparty/blobs/soc/amd/picasso/PSP/AmdPubKeyRV.bin"
+	default "3rdparty/amd_blobs/picasso/PSP/AmdPubKeyRV.bin"
 
 config PSP_APCB_FILE
 	string
@@ -383,7 +383,7 @@
 config PSP_WHITELIST_FILE
 	string "Debug whitelist file name"
 	depends on HAVE_PSP_WHITELIST_FILE
-	default "3rdparty/blobs/soc/amd/picasso/PSP/wtl-rvn.sbin"
+	default "3rdparty/amd_blobs/picasso/PSP/wtl-rvn.sbin"
 
 config PSP_UNLOCK_SECURE_DEBUG
 	bool "Unlock secure debug"