summaryrefslogtreecommitdiffstats
path: root/commands/lsmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/lsmod.c')
-rw-r--r--commands/lsmod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/lsmod.c b/commands/lsmod.c
index ffca8405a4..696304d11b 100644
--- a/commands/lsmod.c
+++ b/commands/lsmod.c
@@ -12,7 +12,7 @@ static int do_lsmod (cmd_tbl_t *cmdtp, int argc, char *argv[])
return 0;
}
-U_BOOT_CMD_START(lsmod)
+BAREBOX_CMD_START(lsmod)
.cmd = do_lsmod,
.usage = "list modules",
-U_BOOT_CMD_END
+BAREBOX_CMD_END