summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------3rdparty0
-rw-r--r--src/northbridge/intel/sandybridge/Kconfig3
2 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty b/3rdparty
-Subproject 631f0a82094ba619bdc81688f3dceca29770ae9
+Subproject b617b812e3cf1d2c4e60efc90bf8b6023212419
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig
index 574a599..7ab8cc0 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.
OpenPOWER on IntegriCloud