[coreboot-gerrit] Patch merged into coreboot/master: libpayload: recreate config files

gerrit at coreboot.org gerrit at coreboot.org
Wed Mar 16 17:56:37 CET 2016


the following patch was just integrated into master:
commit 94534b31328311e3a3488a7f8201bc0abab9fb1d
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Sat Mar 12 16:51:30 2016 -0800

    libpayload: recreate config files
    
    Add all the default options with:
    
      for i in configs/*
      do
        cp $i .config
        make savedefconfig
        mv defconfig $i
      done
    
    This also switches to minimal config files instead of the full
    configuration files that were previously checked in.
    
    Change-Id: If18a32eca4df9e1dfeb0e212b652d972cea8e4b8
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Reviewed-on: https://review.coreboot.org/14077
    Reviewed-by: Martin Roth <martinroth at google.com>
    Tested-by: build bot (Jenkins)


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

-gerrit



More information about the coreboot-gerrit mailing list