]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: Make use of U_BOOT_LONGHELP when missing
authorTom Rini <trini@konsulko.com>
Wed, 19 Jun 2024 16:09:44 +0000 (10:09 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jun 2024 19:17:51 +0000 (13:17 -0600)
commitb85ecb276bee4ef828852e75e9932638b48042dd
tree3372664a87f685fd7275d4c68eb2e114dc4bedda
parent4721d1cb8e45795c10fad252fdfc4951fefaeff2
cmd: Make use of U_BOOT_LONGHELP when missing

After adding the U_BOOT_LONGHELP macro some new commands came in still
that were not making use if it. Switch these cases over and in a few
places add missing newlines as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
16 files changed:
arch/arm/mach-imx/cmd_dek.c
arch/arm/mach-imx/cmd_mfgprot.c
arch/arm/mach-imx/imx8/snvs_security_sc.c
arch/arm/mach-stm32mp/cmd_stm32key.c
board/amd/versal2/cmds.c
board/freescale/common/cmd_esbc_validate.c
board/kontron/sl28/cmds.c
board/xilinx/versal-net/cmds.c
cmd/adc.c
cmd/arm/exception.c
cmd/arm/exception64.c
cmd/blob.c
cmd/cli.c
cmd/riscv/exception.c
cmd/scmi.c
cmd/x86/exception.c