projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e03fb1
)
qconfig: Rename the doc link
author
Simon Glass
<sjg@chromium.org>
Wed, 17 Jul 2024 15:56:54 +0000
(16:56 +0100)
committer
Simon Glass
<sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000
(08:01 -0600)
This was missed during the renaming of the tool. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: ea4d6dead37 ("moveconfig: Rename the tool to qconfig")
tools/qconfig.py
patch
|
blob
|
history
diff --git
a/tools/qconfig.py
b/tools/qconfig.py
index 8a2384d895b88bf8c683417beee7ca3afba82240..07d7838746503caabc7855ce8431c802490f971f 100755
(executable)
--- a/
tools/qconfig.py
+++ b/
tools/qconfig.py
@@
-3,7
+3,7
@@
"""Build and query a Kconfig database for boards.
-See doc/develop/
move
config.rst for documentation.
+See doc/develop/
q
config.rst for documentation.
Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Author: Simon Glass <sjg@chromium.org>