diff options
author | Ward Vandewege <ward@gnu.org> | 2010-02-04 03:03:39 +0000 |
---|---|---|
committer | Ward Vandewege <ward@gnu.org> | 2010-02-04 03:03:39 +0000 |
commit | de7c6fa5fce39014800a50ef2a2173af44b7c3c1 (patch) | |
tree | cf92c7daf02856487d894079a016107bc041eb56 /src/mainboard/tyan/s2881/Options.lb | |
parent | 04d74b1fdd52acfa5d31fa3c5317dd562feac5fa (diff) |
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.
Revision 5051 removed the wrong setting because newconfig for this board was
*also* wrong. This patch fixes that too.
Tested on real hardware, both with Kconfig and newconfig.
Signed-off-by: Ward Vandewege <ward@gnu.org>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5083 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2881/Options.lb')
-rw-r--r-- | src/mainboard/tyan/s2881/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2881/Options.lb b/src/mainboard/tyan/s2881/Options.lb index cde6d5adf1..59002d27de 100644 --- a/src/mainboard/tyan/s2881/Options.lb +++ b/src/mainboard/tyan/s2881/Options.lb @@ -128,7 +128,7 @@ default CONFIG_HT_CHAIN_UNITID_BASE=0x0a default CONFIG_HT_CHAIN_END_UNITID_BASE=0x06 #make the SB HT chain on bus 0, default is not (0) -default CONFIG_SB_HT_CHAIN_ON_BUS0=0 +default CONFIG_SB_HT_CHAIN_ON_BUS0=2 ##only offset for SB chain?, default is yes(1) #default CONFIG_SB_HT_CHAIN_UNITID_OFFSET_ONLY=0 |