git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea4d6de
)
qconfig: Rename the database file
author
Simon Glass
<sjg@chromium.org>
Sat, 23 Sep 2023 19:44:15 +0000
(13:44 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 4 Oct 2023 15:25:22 +0000
(09:25 -0600)
Use qconfig.db as the new name, to reflect the tool's purpose.
Signed-off-by: Simon Glass <sjg@chromium.org>
.gitignore
patch
|
blob
|
history
tools/qconfig.py
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
9697f00
..
aa01604
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-107,5
+107,5
@@
__pycache__
/pylint.cur
/pylint.out/
-#
move
config database
-/
move
config.db
+#
q
config database
+/
q
config.db
diff --git
a/tools/qconfig.py
b/tools/qconfig.py
index
dd55a69
..
04118d9
100755
(executable)
--- a/
tools/qconfig.py
+++ b/
tools/qconfig.py
@@
-44,8
+44,8
@@
STATE_AUTOCONF = 2
STATE_SAVEDEFCONFIG = 3
AUTO_CONF_PATH = 'include/config/auto.conf'
-CONFIG_DATABASE = '
move
config.db'
-FAILED_LIST = '
move
config.failed'
+CONFIG_DATABASE = '
q
config.db'
+FAILED_LIST = '
q
config.failed'
CONFIG_LEN = len('CONFIG_')