summaryrefslogtreecommitdiffstats
path: root/commands/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reset.c')
-rw-r--r--commands/reset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/reset.c b/commands/reset.c
index 1e9b74fef8..f148623525 100644
--- a/commands/reset.c
+++ b/commands/reset.c
@@ -31,7 +31,7 @@ static int cmd_reset (cmd_tbl_t *cmdtp, int argc, char *argv[])
return 1;
}
-U_BOOT_CMD_START(reset)
+BAREBOX_CMD_START(reset)
.cmd = cmd_reset,
.usage = "Perform RESET of the CPU",
-U_BOOT_CMD_END
+BAREBOX_CMD_END