diff options
author | Martin Roth <martin@se-eng.com> | 2013-01-08 13:46:50 -0700 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2013-01-09 20:52:47 +0100 |
commit | 238780c8da866c0f8a80a4c0004bc81d2a060a8d (patch) | |
tree | 385bd3062684f95677cf01868a4c5519ea931e6f | |
parent | 597ff87574b11dc1163eb152e0941a2cbce5341b (diff) |
Fix typo in SB800 Kconfig for IMC position
The cimx/sb800 IMC Firmware location Kconfig option has
a typo which would could set it to the wrong location.
Change-Id: I38016bebd1bfe6ad6d3f1c02cb1960712fbf4ab2
Signed-off-by: Martin Roth <martin@se-eng.com>
Reviewed-on: http://review.coreboot.org/2120
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
-rw-r--r-- | src/southbridge/amd/cimx/sb800/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/cimx/sb800/Kconfig b/src/southbridge/amd/cimx/sb800/Kconfig index 54c38d8e48..1f3ee9a46f 100644 --- a/src/southbridge/amd/cimx/sb800/Kconfig +++ b/src/southbridge/amd/cimx/sb800/Kconfig @@ -191,7 +191,7 @@ config SB800_FWM_POSITION default 0xFFF20000 if SB800_FWM_AT_FFF20000 default 0xFFE20000 if SB800_FWM_AT_FFE20000 default 0xFFC20000 if SB800_FWM_AT_FFC20000 - default 0xFF820000 if SB800_FWM_AT_FFE20000 + default 0xFF820000 if SB800_FWM_AT_FF820000 endif #SB800_IMC_FWM |