diff options
m--------- | 3rdparty/blobs | 0 | ||||
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/blobs b/3rdparty/blobs -Subproject d2e558a81f95f7b9149bea6b8362bb43ade8258 +Subproject 8eb92ba947e171df11b3c62f5f257ce69b9e2d5 diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 6d7039ef1c..adfb3d21d7 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -192,12 +192,12 @@ config STONEYRIDGE_GEC_FWM config STONEYRIDGE_XHCI_FWM_FILE string "XHCI firmware path and filename" - default "3rdparty/blobs/southbridge/amd/kern/xhci.bin" + default "3rdparty/blobs/soc/amd/stoneyridge/xhci.bin" depends on STONEYRIDGE_XHCI_FWM config STONEYRIDGE_IMC_FWM_FILE string "IMC firmware path and filename" - default "3rdparty/blobs/southbridge/amd/kern/imc.bin" + default "3rdparty/blobs/soc/amd/stoneyridge/imc.bin" depends on STONEYRIDGE_IMC_FWM config STONEYRIDGE_GEC_FWM_FILE @@ -206,7 +206,7 @@ config STONEYRIDGE_GEC_FWM_FILE config AMD_PUBKEY_FILE string "AMD public Key" - default "3rdparty/blobs/southbridge/amd/kern/PSP/AmdPubKeyST.bin" + default "3rdparty/blobs/soc/amd/stoneyridge/PSP/AmdPubKeyST.bin" config STONEYRIDGE_SATA_MODE int "SATA Mode" |