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 <[EMAIL PROTECTED]> Acked-by: Stefan Reinauer <[EMAIL PROTECTED]> 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 # ### -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

