From 8533606db71ef9c4f77983eaea1b2f27c9bb7baf Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 1 Aug 2008 11:21:47 +0000 Subject: CONFIG_LOGICAL_CPUS=2 does not make sense because it is a BOOL. (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3440 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/iwill/dk8s2/Config.lb | 2 +- targets/iwill/dk8x/Config.lb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'targets') 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 # ### -- cgit v1.2.3