From 05e2218ed41afb43d250012d0a1a41134715868d Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 15 Nov 2019 08:52:54 +0100 Subject: 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 Signed-off-by: Sascha Hauer --- commands/smc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'commands') 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 -- cgit v1.2.3