summaryrefslogtreecommitdiffstats
path: root/commands/timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/timeout.c')
-rw-r--r--commands/timeout.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/timeout.c b/commands/timeout.c
index b0fd906f9c..dfbefc9c75 100644
--- a/commands/timeout.c
+++ b/commands/timeout.c
@@ -102,9 +102,9 @@ static const __maybe_unused char cmd_timeout_help[] =
" -r interrupt on return\n"
" -s silent mode\n";
-U_BOOT_CMD_START(timeout)
+BAREBOX_CMD_START(timeout)
.cmd = do_timeout,
.usage = "wait for a specified timeout",
- U_BOOT_CMD_HELP(cmd_timeout_help)
-U_BOOT_CMD_END
+ BAREBOX_CMD_HELP(cmd_timeout_help)
+BAREBOX_CMD_END