summaryrefslogtreecommitdiffstats
path: root/commands/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/rm.c')
-rw-r--r--commands/rm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/rm.c b/commands/rm.c
index a5b29d2553..869460694f 100644
--- a/commands/rm.c
+++ b/commands/rm.c
@@ -46,8 +46,8 @@ static const __maybe_unused char cmd_rm_help[] =
"Usage: rm [FILES]\n"
"Remove files\n";
-U_BOOT_CMD_START(rm)
+BAREBOX_CMD_START(rm)
.cmd = do_rm,
.usage = "remove files",
- U_BOOT_CMD_HELP(cmd_rm_help)
-U_BOOT_CMD_END
+ BAREBOX_CMD_HELP(cmd_rm_help)
+BAREBOX_CMD_END