summaryrefslogtreecommitdiffstats
path: root/commands/global.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-11-23 11:59:46 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-11-23 12:04:49 +0100
commit834527a5f9bfa378647f1602a41742a01b5a1b18 (patch)
tree8000c11db72f0f9c1e7b92e854be01bc292af16b /commands/global.c
parent1c2c4246a9914bfdf234c6c636abcd27d9d3975c (diff)
downloadbarebox-834527a5f9bfa378647f1602a41742a01b5a1b18.tar.gz
barebox-834527a5f9bfa378647f1602a41742a01b5a1b18.tar.xz
nv: add device parameter overwrites to completion list
nv variables in the form dev.<devname>.* can be used to make device parameters persistent. Add these to the completion list to make setting these variables more convenient. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/global.c')
-rw-r--r--commands/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/global.c b/commands/global.c
index fc687169a7..c66bf6e539 100644
--- a/commands/global.c
+++ b/commands/global.c
@@ -78,5 +78,5 @@ BAREBOX_CMD_START(global)
BAREBOX_CMD_OPTS("[-r] VAR[=VALUE] ...")
BAREBOX_CMD_GROUP(CMD_GRP_ENV)
BAREBOX_CMD_HELP(cmd_global_help)
- BAREBOX_CMD_COMPLETE(nv_global_complete)
+ BAREBOX_CMD_COMPLETE(global_complete)
BAREBOX_CMD_END