summaryrefslogtreecommitdiffstats
path: root/commands/mw.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/mw.c')
-rw-r--r--commands/mw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/mw.c b/commands/mw.c
index d7d73a8f43..5c0c99232f 100644
--- a/commands/mw.c
+++ b/commands/mw.c
@@ -100,5 +100,6 @@ static const __maybe_unused char cmd_mw_help[] =
BAREBOX_CMD_START(mw)
.cmd = do_mem_mw,
.usage = "memory write (fill)",
+ BAREBOX_CMD_GROUP(CMD_GRP_MEM)
BAREBOX_CMD_HELP(cmd_mw_help)
BAREBOX_CMD_END