[coreboot] Patch merged into coreboot/master: 8ada152 Unify use of bool config variables

gerrit at coreboot.org gerrit at coreboot.org
Tue Nov 20 21:56:06 CET 2012


the following patch was just integrated into master:
commit 8ada1526df06cb50a82305e840a5181a3c65575f
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Fri Nov 16 13:34:48 2012 -0800

    Unify use of bool config variables
    
    e.g.
    -#if CONFIG_LOGICAL_CPUS == 1
    +#if CONFIG_LOGICAL_CPUS
    
    This will make it easier to switch over to use the config_enabled()
    macro later on.
    
    Change-Id: I0bcf223669318a7b1105534087c7675a74c1dd8a
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    Reviewed-on: http://review.coreboot.org/1874
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <patrick at georgi-clan.de>

Reviewed-By: Patrick Georgi <patrick at georgi-clan.de> at Tue Nov 20 12:10:31 2012, giving +2
See http://review.coreboot.org/1874 for details.

-gerrit




More information about the coreboot mailing list