[coreboot] New patch to review for coreboot: c45b3bc Fix typo in SB800 Kconfig for IMC position

Martin Roth (martin@se-eng.com) gerrit at coreboot.org
Wed Jan 9 19:29:08 CET 2013


Martin Roth (martin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2120

-gerrit

commit c45b3bc6741c01c88f21ff7625195c3f43f8620c
Author: Martin Roth <martin at se-eng.com>
Date:   Tue Jan 8 13:46:50 2013 -0700

    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 at se-eng.com>
---
 src/southbridge/amd/cimx/sb800/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/amd/cimx/sb800/Kconfig b/src/southbridge/amd/cimx/sb800/Kconfig
index 54c38d8..1f3ee9a 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
 



More information about the coreboot mailing list