summaryrefslogtreecommitdiffstats
path: root/commands/reginfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reginfo.c')
-rw-r--r--commands/reginfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/reginfo.c b/commands/reginfo.c
index fe0b776e59..f11a73c85d 100644
--- a/commands/reginfo.c
+++ b/commands/reginfo.c
@@ -29,7 +29,7 @@ static int do_reginfo (cmd_tbl_t *cmdtp, int argc, char *argv[])
return 0;
}
-U_BOOT_CMD_START(reginfo)
+BAREBOX_CMD_START(reginfo)
.cmd = do_reginfo,
.usage = "print register information",
-U_BOOT_CMD_END
+BAREBOX_CMD_END