summaryrefslogtreecommitdiffstats
path: root/commands/iomemport.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/iomemport.c')
-rw-r--r--commands/iomemport.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/iomemport.c b/commands/iomemport.c
index 652708c9cd..d4a1672b77 100644
--- a/commands/iomemport.c
+++ b/commands/iomemport.c
@@ -50,6 +50,7 @@ static int do_iomem(int argc, char *argv[])
BAREBOX_CMD_START(iomem)
.cmd = do_iomem,
.usage = "show iomem usage",
+ BAREBOX_CMD_GROUP(CMD_GRP_INFO)
BAREBOX_CMD_END
#if IO_SPACE_LIMIT > 0
@@ -63,5 +64,6 @@ static int do_ioport(int argc, char *argv[])
BAREBOX_CMD_START(ioport)
.cmd = do_ioport,
.usage = "show ioport usage",
+ BAREBOX_CMD_GROUP(CMD_GRP_INFO)
BAREBOX_CMD_END
#endif