]> git.baikalelectronics.ru Git - uboot.git/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)
commit39b22a47349c3524037dd0fe9050c7e19eec3ecb
tree05510aa7c0d0ef1acc2aab1561c6f65b1ca133be
parent4f13ed7b9090240c40ad73cc86c5f306d8ba3ea7
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