summaryrefslogtreecommitdiffstats
path: root/commands/meminfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/meminfo.c')
-rw-r--r--commands/meminfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/meminfo.c b/commands/meminfo.c
index 04b32b7df2..76caf0a4ff 100644
--- a/commands/meminfo.c
+++ b/commands/meminfo.c
@@ -30,7 +30,7 @@ static int do_meminfo (cmd_tbl_t *cmdtp, int argc, char *argv[])
return 0;
}
-U_BOOT_CMD_START(meminfo)
+BAREBOX_CMD_START(meminfo)
.cmd = do_meminfo,
.usage = "print info about memory usage",
-U_BOOT_CMD_END
+BAREBOX_CMD_END