summaryrefslogtreecommitdiffstats
path: root/commands/setenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/setenv.c')
-rw-r--r--commands/setenv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/setenv.c b/commands/setenv.c
index 944c21592c..16b81776a2 100644
--- a/commands/setenv.c
+++ b/commands/setenv.c
@@ -45,11 +45,11 @@ static const __maybe_unused char cmd_setenv_help[] =
" - delete environment variable 'name'\n";
-U_BOOT_CMD_START(setenv)
+BAREBOX_CMD_START(setenv)
.cmd = do_setenv,
.usage = "set environment variables",
- U_BOOT_CMD_HELP(cmd_setenv_help)
-U_BOOT_CMD_END
+ BAREBOX_CMD_HELP(cmd_setenv_help)
+BAREBOX_CMD_END
/**
* @page setenv_command setenv: set an environment variable