summaryrefslogtreecommitdiffstats
path: root/commands/saveenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/saveenv.c')
-rw-r--r--commands/saveenv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/saveenv.c b/commands/saveenv.c
index fadd6747f6..6a9da5cabb 100644
--- a/commands/saveenv.c
+++ b/commands/saveenv.c
@@ -101,11 +101,11 @@ static const __maybe_unused char cmd_saveenv_help[] =
"If ommitted <directory> defaults to /env and <envfs> defaults to /dev/env0.\n"
"Note that envfs can only handle files. Directories are skipped silently.\n";
-U_BOOT_CMD_START(saveenv)
+BAREBOX_CMD_START(saveenv)
.cmd = do_saveenv,
.usage = "save environment to persistent storage",
- U_BOOT_CMD_HELP(cmd_saveenv_help)
-U_BOOT_CMD_END
+ BAREBOX_CMD_HELP(cmd_saveenv_help)
+BAREBOX_CMD_END
/**
* @page saveenv_command saveenv