diff options
author | Patrick Georgi <patrick.georgi@secunet.com> | 2013-08-15 14:43:13 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2013-08-16 10:52:18 +0200 |
commit | 540d8eaac975e1036ebc269df89316c705efbd3c (patch) | |
tree | cedf7a3023ac0b6a72535e3180facda68a983e82 /src/mainboard/kontron/ktqm77/Kconfig | |
parent | 3f34fc4bf37b6f25fa2af4ede3b870c4841a04b6 (diff) | |
download | coreboot-540d8eaac975e1036ebc269df89316c705efbd3c.tar.xz |
kontron/ktqm77: Update MRC path
It still pointed to the old binary despite implementing the newer interface
Change-Id: Iebd5dae98168f5568f3ad6a18c5ebde9abc3ece0
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/3869
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/kontron/ktqm77/Kconfig')
-rw-r--r-- | src/mainboard/kontron/ktqm77/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/kontron/ktqm77/Kconfig b/src/mainboard/kontron/ktqm77/Kconfig index 1665a25622..58550e8a6b 100644 --- a/src/mainboard/kontron/ktqm77/Kconfig +++ b/src/mainboard/kontron/ktqm77/Kconfig @@ -20,7 +20,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy config MRC_FILE string - default "3rdparty/northbridge/intel/sandybridge/systemagent-ivybridge.bin" + default "3rdparty/northbridge/intel/sandybridge/systemagent-r6.bin" config MAINBOARD_DIR string |