commit | 2b72a0763cede774447db2921287a05d80a0934e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Aug 04 03:30:30 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Sep 11 21:43:58 2017 -0600 |
tree | 05510aa7c0d0ef1acc2aab1561c6f65b1ca133be | |
parent | 32a4f08049ef08725e4a4c2fcbe2d2f1b8296b36 [diff] |
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>