summaryrefslogtreecommitdiffstats
path: root/commands/loadenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/loadenv.c')
-rw-r--r--commands/loadenv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/loadenv.c b/commands/loadenv.c
index 1250aa74bc..8b885abf23 100644
--- a/commands/loadenv.c
+++ b/commands/loadenv.c
@@ -50,11 +50,11 @@ static const __maybe_unused char cmd_loadenv_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(loadenv)
+BAREBOX_CMD_START(loadenv)
.cmd = do_loadenv,
.usage = "load environment from persistent storage",
- U_BOOT_CMD_HELP(cmd_loadenv_help)
-U_BOOT_CMD_END
+ BAREBOX_CMD_HELP(cmd_loadenv_help)
+BAREBOX_CMD_END
/**
* @page loadenv_command loadenv