[coreboot] r3440 - in trunk/coreboot-v2/targets/iwill: dk8s2 dk8x

svn at coreboot.org svn at coreboot.org
Fri Aug 1 13:21:48 CEST 2008


Author: stepan
Date: 2008-08-01 13:21:47 +0200 (Fri, 01 Aug 2008)
New Revision: 3440

Modified:
   trunk/coreboot-v2/targets/iwill/dk8s2/Config.lb
   trunk/coreboot-v2/targets/iwill/dk8x/Config.lb
Log:
CONFIG_LOGICAL_CPUS=2 does not make sense because it is a BOOL. (trivial)

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>


Modified: trunk/coreboot-v2/targets/iwill/dk8s2/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/iwill/dk8s2/Config.lb	2008-08-01 11:20:33 UTC (rev 3439)
+++ trunk/coreboot-v2/targets/iwill/dk8s2/Config.lb	2008-08-01 11:21:47 UTC (rev 3440)
@@ -30,7 +30,7 @@
 ###
 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
 #
 ###

Modified: trunk/coreboot-v2/targets/iwill/dk8x/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/iwill/dk8x/Config.lb	2008-08-01 11:20:33 UTC (rev 3439)
+++ trunk/coreboot-v2/targets/iwill/dk8x/Config.lb	2008-08-01 11:21:47 UTC (rev 3440)
@@ -30,7 +30,7 @@
 ###
 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
 #
 ###





More information about the coreboot mailing list