]> git.sur5r.net Git - u-boot/commit
genconfig.py: Print defconfig next to warnings
authorSimon Glass <sjg@chromium.org>
Fri, 4 Aug 2017 09:30:30 +0000 (03:30 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 12 Sep 2017 03:43:58 +0000 (21:43 -0600)
commit8639f69a61b47971dba47ab5ed72e47436729bb1
tree05510aa7c0d0ef1acc2aab1561c6f65b1ca133be
parentee3e520dad0b368df4541cd0af0d4011cf481e5b
genconfig.py: Print defconfig next to warnings

At present we sometimes see warnings of the form:

/tmp/tmpMA89kB:36: warning: overriding the value of CMD_SPL.
Old value: "y", new value: "y".

This is not very useful as it does not show whch defconfig file it relates
to. Update the tool to show this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/kconfiglib.py
tools/genboardscfg.py