summaryrefslogtreecommitdiffstats
path: root/commands/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ls.c')
-rw-r--r--commands/ls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/ls.c b/commands/ls.c
index 6e085ae353..4d880e514a 100644
--- a/commands/ls.c
+++ b/commands/ls.c
@@ -199,8 +199,8 @@ static const __maybe_unused char cmd_ls_help[] =
"List information about the FILEs (the current directory by default).\n"
" -R list subdirectories recursively\n";
-U_BOOT_CMD_START(ls)
+BAREBOX_CMD_START(ls)
.cmd = do_ls,
.usage = "list a file or directory",
- U_BOOT_CMD_HELP(cmd_ls_help)
-U_BOOT_CMD_END
+ BAREBOX_CMD_HELP(cmd_ls_help)
+BAREBOX_CMD_END