[coreboot-gerrit] Patch merged into coreboot/master: src/Kconfig: Move early defaults to the end of the file

gerrit at coreboot.org gerrit at coreboot.org
Sat Feb 4 23:19:22 CET 2017


the following patch was just integrated into master:
commit 75e5cb7a74b037ba725480191c683cd8e5fab662
Author: Martin Roth <martinroth at google.com>
Date:   Thu Dec 15 15:05:37 2016 -0700

    src/Kconfig: Move early defaults to the end of the file
    
    For Kconfig options that we might want to override the default,
    move the fallback default to the bottom of the file.  This allows
    the default to be set anywhere else, without requiring a select.
    
    This is especially important for non-boolean symbols, which can't
    have their defaults overridden in the Kconfig.  Those can only be
    updated in a saved config file.
    
    Verified that this makes no significant changes to any config file.
    
    Change-Id: I66034f356428f4ccd191d7420baf888edd5216dc
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/17906
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


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

-gerrit



More information about the coreboot-gerrit mailing list