mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
qconfig.py: Update resync message
When using qconfig.py to resync defconfig files and commit the result, update it to say: Resync all defconfig files using qconfig.py Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
37a777e128
commit
a0defa4f35
@ -1617,7 +1617,7 @@ def add_commit(configs):
|
||||
'\n '.join(configs))
|
||||
else:
|
||||
msg = 'configs: Resync with savedefconfig'
|
||||
msg += '\n\nRsync all defconfig files using moveconfig.py'
|
||||
msg += '\n\nResync all defconfig files using qconfig.py'
|
||||
subprocess.call(['git', 'commit', '-s', '-m', msg])
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user