[coreboot-gerrit] Patch merged into coreboot/master: google/gale: Remove #ifdef of Kconfig bool symbol

gerrit at coreboot.org gerrit at coreboot.org
Mon Oct 3 22:53:49 CEST 2016


the following patch was just integrated into master:
commit 6d6c00a50237dd8c9102fd24cb183ceda1aa90ac
Author: Martin Roth <martinroth at google.com>
Date:   Fri Sep 30 14:51:24 2016 -0600

    google/gale: Remove #ifdef of Kconfig bool symbol
    
    Kconfig symbols of type bool are ALWAYS defined, so this code was
    always being included and run, which isn't what the author wanted.
    
    Change to use IS_ENABLED(), and a regular if() instead of an #ifdef.
    
    Change-Id: I72623fa27e47980c602135f4b73f371c7f50139b
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/16837
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


See https://review.coreboot.org/16837 for details.

-gerrit



More information about the coreboot-gerrit mailing list