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