the following patch was just integrated into master: commit 94534b31328311e3a3488a7f8201bc0abab9fb1d Author: Stefan Reinauer stefan.reinauer@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@coreboot.org Reviewed-on: https://review.coreboot.org/14077 Reviewed-by: Martin Roth martinroth@google.com Tested-by: build bot (Jenkins)
See https://review.coreboot.org/14077 for details.
-gerrit