mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
qconfig: Rename the database file
Use qconfig.db as the new name, to reflect the tool's purpose. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -107,5 +107,5 @@ __pycache__
|
||||
/pylint.cur
|
||||
/pylint.out/
|
||||
|
||||
# moveconfig database
|
||||
/moveconfig.db
|
||||
# qconfig database
|
||||
/qconfig.db
|
||||
|
@@ -44,8 +44,8 @@ STATE_AUTOCONF = 2
|
||||
STATE_SAVEDEFCONFIG = 3
|
||||
|
||||
AUTO_CONF_PATH = 'include/config/auto.conf'
|
||||
CONFIG_DATABASE = 'moveconfig.db'
|
||||
FAILED_LIST = 'moveconfig.failed'
|
||||
CONFIG_DATABASE = 'qconfig.db'
|
||||
FAILED_LIST = 'qconfig.failed'
|
||||
|
||||
CONFIG_LEN = len('CONFIG_')
|
||||
|
||||
|
Reference in New Issue
Block a user