This fixes breakage introduced in r5051.

Thanks,
Ward.

-- 
Ward Vandewege <w...@fsf.org>
Free Software Foundation - Senior Systems Administrator
Revision 5051 broke Kconfig booting for the Tyan s2881 board. Up to 5050, there
were two SB_HT_CHAIN_ON_BUS0 sections in the mainboard Kconfig file - one
setting the parameter to 0, the other setting it to 2.

Revision 5051 removed one of the two SB_HT_CHAIN_ON_BUS0 sections - the wrong
one. This patch fixes that.

Tested on real hardware.

Signed-off-by: Ward Vandewege <w...@gnu.org>

Index: src/mainboard/tyan/s2881/Kconfig
===================================================================
--- src/mainboard/tyan/s2881/Kconfig	(revision 5076)
+++ src/mainboard/tyan/s2881/Kconfig	(working copy)
@@ -24,7 +24,7 @@
 
 config SB_HT_CHAIN_ON_BUS0
 	int
-	default 0
+	default 2
 	depends on BOARD_TYAN_S2881
 
 config LB_CKS_RANGE_END
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to