summaryrefslogtreecommitdiffstats
path: root/commands/uimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/uimage.c')
-rw-r--r--commands/uimage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/uimage.c b/commands/uimage.c
index bdc74448d9..a4bc2cc638 100644
--- a/commands/uimage.c
+++ b/commands/uimage.c
@@ -101,5 +101,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(uimage)
.cmd = do_uimage,
.usage = "extract/verify uImage",
+ BAREBOX_CMD_GROUP(CMD_GRP_BOOT)
BAREBOX_CMD_HELP(cmd_uimage_help)
BAREBOX_CMD_END