diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-08-01 11:21:47 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-08-01 11:21:47 +0000 |
commit | 8533606db71ef9c4f77983eaea1b2f27c9bb7baf (patch) | |
tree | 1d575d3ded9b1ed4b06b4ebd0247892a95cf7e85 /targets/iwill | |
parent | 62ab563ae1c771a4c0a95758d75425a900f832b4 (diff) |
CONFIG_LOGICAL_CPUS=2 does not make sense because it is a BOOL. (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3440 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/iwill')
-rw-r--r-- | targets/iwill/dk8s2/Config.lb | 2 | ||||
-rw-r--r-- | targets/iwill/dk8x/Config.lb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/targets/iwill/dk8s2/Config.lb b/targets/iwill/dk8s2/Config.lb index 3f18f54b9a..c239a163ad 100644 --- a/targets/iwill/dk8s2/Config.lb +++ b/targets/iwill/dk8s2/Config.lb @@ -30,7 +30,7 @@ option IRQ_SLOT_COUNT=12 ### option CONFIG_SMP=1 option CONFIG_MAX_CPUS=2 -#option CONFIG_LOGICAL_CPUS=2 +#option CONFIG_LOGICAL_CPUS=1 option CONFIG_MAX_PHYSICAL_CPUS=2 # ### diff --git a/targets/iwill/dk8x/Config.lb b/targets/iwill/dk8x/Config.lb index c51b7c52ac..bcb18b8998 100644 --- a/targets/iwill/dk8x/Config.lb +++ b/targets/iwill/dk8x/Config.lb @@ -30,7 +30,7 @@ option IRQ_SLOT_COUNT=12 ### option CONFIG_SMP=1 option CONFIG_MAX_CPUS=2 -#option CONFIG_LOGICAL_CPUS=2 +#option CONFIG_LOGICAL_CPUS=1 option CONFIG_MAX_PHYSICAL_CPUS=2 # ### |