mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +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.cur
|
||||||
/pylint.out/
|
/pylint.out/
|
||||||
|
|
||||||
# moveconfig database
|
# qconfig database
|
||||||
/moveconfig.db
|
/qconfig.db
|
||||||
|
@@ -44,8 +44,8 @@ STATE_AUTOCONF = 2
|
|||||||
STATE_SAVEDEFCONFIG = 3
|
STATE_SAVEDEFCONFIG = 3
|
||||||
|
|
||||||
AUTO_CONF_PATH = 'include/config/auto.conf'
|
AUTO_CONF_PATH = 'include/config/auto.conf'
|
||||||
CONFIG_DATABASE = 'moveconfig.db'
|
CONFIG_DATABASE = 'qconfig.db'
|
||||||
FAILED_LIST = 'moveconfig.failed'
|
FAILED_LIST = 'qconfig.failed'
|
||||||
|
|
||||||
CONFIG_LEN = len('CONFIG_')
|
CONFIG_LEN = len('CONFIG_')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user