summaryrefslogtreecommitdiffstats
path: root/commands/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/true.c')
-rw-r--r--commands/true.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/true.c b/commands/true.c
index 61381ab0df..4697a81157 100644
--- a/commands/true.c
+++ b/commands/true.c
@@ -29,8 +29,8 @@ static int do_true (cmd_tbl_t *cmdtp, int argc, char *argv[])
return 0;
}
-U_BOOT_CMD_START(true)
+BAREBOX_CMD_START(true)
.cmd = do_true,
.usage = "do nothing, successfully",
-U_BOOT_CMD_END
+BAREBOX_CMD_END