diff options
author | Jason Schildt <jschildt@gmail.com> | 2005-10-25 21:33:00 +0000 |
---|---|---|
committer | Jason Schildt <jschildt@gmail.com> | 2005-10-25 21:33:00 +0000 |
commit | a922bac99c185008a4008c2373093096dd4b776d (patch) | |
tree | 26e3b201abc393f1904f0fc04b34d86fefd153c0 /src/mainboard/arima/hdama/Options.lb | |
parent | 24ca17e3eabff21928117dc324aacdad6342a2da (diff) | |
download | coreboot-a922bac99c185008a4008c2373093096dd4b776d.tar.xz |
- See Issue Tracker id-9 "lnxi-patch-9".
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2073 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima/hdama/Options.lb')
-rw-r--r-- | src/mainboard/arima/hdama/Options.lb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mainboard/arima/hdama/Options.lb b/src/mainboard/arima/hdama/Options.lb index 9d70f5b7ef..4b567cfeb7 100644 --- a/src/mainboard/arima/hdama/Options.lb +++ b/src/mainboard/arima/hdama/Options.lb @@ -49,6 +49,7 @@ uses HOSTCC uses OBJCOPY uses CONFIG_CONSOLE_VGA uses CONFIG_PCI_ROM_RUN +uses CONFIG_LOGICAL_CPUS uses CONFIG_USE_INIT @@ -57,6 +58,11 @@ uses CONFIG_USE_INIT ### ## +## CONFIG_LOGICAL_CPUS enables dual core support +## +default CONFIG_LOGICAL_CPUS=1 + +## ## ROM_SIZE is the size of boot ROM that this board will use. ## default ROM_SIZE=524288 @@ -105,7 +111,7 @@ 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 ## |