diff --git a/3rdparty b/3rdparty index 631f0a8209..b617b812e3 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 631f0a82094ba619bdc81688f3dceca29770ae95 +Subproject commit b617b812e3cf1d2c4e60efc90bf8b60232124192 diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig index 574a599215..7ab8cc062d 100644 --- a/src/northbridge/intel/sandybridge/Kconfig +++ b/src/northbridge/intel/sandybridge/Kconfig @@ -118,7 +118,8 @@ config HAVE_MRC config MRC_FILE string "Intel System Agent path and filename" depends on HAVE_MRC - default "mrc.bin" + default "systemagent-ivybridge.bin" if NORTHBRIDGE_INTEL_IVYBRIDGE + default "systemagent-sandybridge.bin" if NORTHBRIDGE_INTEL_SANDYBRIDGE help The path and filename of the file to use as System Agent binary.