From patchwork Wed Feb 3 17:50:14 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fix Tyan s2881 boot (Kconfig) Date: Wed, 03 Feb 2010 17:50:14 -0000 From: Ward Vandewege X-Patchwork-Id: 869 Message-Id: <20100203175014.GA14989@countzero.vandewege.net> To: coreboot@coreboot.org This fixes breakage introduced in r5051. Thanks, Ward. Acked-by: Stefan Reinauer Acked-by: Patrick Georgi 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 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