Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/42028
to look at the new patch set (#2).
Change subject: Create separate .config files in CBFS for fallback/normal prefixes ......................................................................
Create separate .config files in CBFS for fallback/normal prefixes
When building using CONFIG_UPDATE_IMAGE=y, the previous copy of .config is overwritten when adding files to coreboot.rom CBFS via cbfstool at the end of the build. This should be a separate file to track the origin if each prefix (fallback and normal) separately, since there can be two different versions and/or configurations. Also the "revision" file benefits from the same treatment.
Signed-off-by: Jeremy Jackson jerj@coplanar.net Change-Id: I3e904e44137f731f239f51dbf224965f33838e19 --- M Makefile.inc 1 file changed, 6 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/42028/2