summaryrefslogtreecommitdiffstats
path: root/commands/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/crc.c')
-rw-r--r--commands/crc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/crc.c b/commands/crc.c
index b2dbfc78cc..17188c7e10 100644
--- a/commands/crc.c
+++ b/commands/crc.c
@@ -116,9 +116,9 @@ static const __maybe_unused char cmd_crc_help[] =
" -f <file> Use file instead of memory\n"
" -v <crc> Verfify\n";
-U_BOOT_CMD_START(crc32)
+BAREBOX_CMD_START(crc32)
.cmd = do_crc,
.usage = "crc32 checksum calculation",
- U_BOOT_CMD_HELP(cmd_crc_help)
-U_BOOT_CMD_END
+ BAREBOX_CMD_HELP(cmd_crc_help)
+BAREBOX_CMD_END