diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-12 16:51:30 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-16 17:56:32 +0100 |
commit | 94534b31328311e3a3488a7f8201bc0abab9fb1d (patch) | |
tree | 812a1ce5006d97de5a65ad35a67e3971f24d287e /src/cpu/x86/mtrr/earlymtrr.c | |
parent | 62af53fe100f7618f178f12c57a098de19c4c86e (diff) | |
download | coreboot-94534b31328311e3a3488a7f8201bc0abab9fb1d.tar.xz |
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)
Diffstat (limited to 'src/cpu/x86/mtrr/earlymtrr.c')
0 files changed, 0 insertions, 0 deletions