summaryrefslogtreecommitdiffstats
path: root/commands/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/exec.c')
-rw-r--r--commands/exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/exec.c b/commands/exec.c
index aeb769d573..ce0a0a9900 100644
--- a/commands/exec.c
+++ b/commands/exec.c
@@ -53,7 +53,7 @@ out:
return 1;
}
-U_BOOT_CMD_START(exec)
+BAREBOX_CMD_START(exec)
.cmd = do_exec,
.usage = "execute a script",
-U_BOOT_CMD_END
+BAREBOX_CMD_END