diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:15:46 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:15:46 +0000 |
commit | 9c3f37cb5f741d7b2ba7852a16ffb82ee40968e9 (patch) | |
tree | 7c19d8a922e2d0613a494c5949b2b6f45c388e13 /src | |
parent | ef03afa405b049a172146aab93cfb81fb21f3945 (diff) | |
download | coreboot-9c3f37cb5f741d7b2ba7852a16ffb82ee40968e9.tar.xz |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-35
Creator: Yinghai Lu <yhlu@tyan.com>
s2881 dual core config
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1951 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/tyan/s2881/Options.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/tyan/s2881/Options.lb b/src/mainboard/tyan/s2881/Options.lb index a1c7b4e32f..53ae8db518 100644 --- a/src/mainboard/tyan/s2881/Options.lb +++ b/src/mainboard/tyan/s2881/Options.lb @@ -116,9 +116,9 @@ default LB_CKS_LOC=123 ## Only worry about 2 micro processors ## default CONFIG_SMP=1 -default CONFIG_MAX_CPUS=2 +default CONFIG_MAX_CPUS=4 default CONFIG_MAX_PHYSICAL_CPUS=2 -default CONFIG_LOGICAL_CPUS=0 +default CONFIG_LOGICAL_CPUS=1 #1G memory hole default K8_E0_MEM_HOLE_SIZEK=0x100000 |