summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2019-11-15 08:52:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-19 11:57:25 +0100
commit05e2218ed41afb43d250012d0a1a41134715868d (patch)
treeda3577571d7dea588bb544b49d28892ab00558a8 /commands
parentd5f14e585c4d07e913f8f52ebd0f22d4d808bee5 (diff)
downloadbarebox-05e2218ed41afb43d250012d0a1a41134715868d.tar.gz
barebox-05e2218ed41afb43d250012d0a1a41134715868d.tar.xz
ARM: psci: properly wire in command help
This was supposed to happen in 9efa1f8b ("ARM: psci: wire in smc command help") along with some other changes. After rebases, the other changes remained but this one was lost.. Do this right this time and specify the appropriate BAREBOX_CMD_HELP. Fixes: 9efa1f8b ("ARM: psci: wire in smc command help") Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/smc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/smc.c b/commands/smc.c
index 2a00e15867..67ca4ee902 100644
--- a/commands/smc.c
+++ b/commands/smc.c
@@ -103,5 +103,6 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(smc)
.cmd = do_smc,
BAREBOX_CMD_DESC("secure monitor test command")
+ BAREBOX_CMD_HELP(cmd_smc_help)
BAREBOX_CMD_GROUP(CMD_GRP_MISC)
BAREBOX_CMD_END