summaryrefslogtreecommitdiffstats
path: root/commands/memtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/memtest.c')
-rw-r--r--commands/memtest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/memtest.c b/commands/memtest.c
index d2c61200bf..4038aceb7b 100644
--- a/commands/memtest.c
+++ b/commands/memtest.c
@@ -347,9 +347,9 @@ static const __maybe_unused char cmd_mtest_help[] =
#endif
"\nsimple RAM read/write test\n";
-U_BOOT_CMD_START(mtest)
+BAREBOX_CMD_START(mtest)
.cmd = do_mem_mtest,
.usage = "simple RAM test",
- U_BOOT_CMD_HELP(cmd_mtest_help)
-U_BOOT_CMD_END
+ BAREBOX_CMD_HELP(cmd_mtest_help)
+BAREBOX_CMD_END