[coreboot-gerrit] Patch merged into coreboot/master: src/Kconfig: Remove 'default n' statements from early in Kconfig

gerrit at coreboot.org gerrit at coreboot.org
Tue Feb 14 19:03:18 CET 2017


the following patch was just integrated into master:
commit c8d16f49331fc3cfd3aebc7b2f47bad632fd665e
Author: Martin Roth <martinroth at google.com>
Date:   Thu Dec 15 15:35:12 2016 -0700

    src/Kconfig: Remove 'default n' statements from early in Kconfig
    
    For boolean types, 'n' is the default default value - it doesn't
    NEED to be set.  If it IS set, it prevents a later default from
    being set.  So by removing the 'default n' statements from the
    early symbols, they can be overridden other places in the tree.
    
    Verified that this makes no significant changes to any config file.
    
    Change-Id: I1b5b66bd8a3df8154a348b5272c56c88829b3ab4
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/17908
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


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

-gerrit



More information about the coreboot-gerrit mailing list