]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: Convert existing long help messages to the new macro
authorTom Rini <trini@konsulko.com>
Sat, 7 Oct 2023 19:13:08 +0000 (15:13 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 16 Oct 2023 14:24:58 +0000 (10:24 -0400)
commit3616218b5acea74011aea2d14aa1f6366f242849
treeccf5fd9d448069e418752519909c8333d66ee0e0
parentdec5777fffcc6f9e97a20bc23fc7353b30b70ed5
cmd: Convert existing long help messages to the new macro

- Generally we just drop the #ifdef CONFIG_SYS_LONGHELP and endif lines
  and use U_BOOT_LONGHELP to declare the same variable name as before
- In a few places, either rename the variable to follow convention or
  introduce the variable as it was being done inline before.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
61 files changed:
arch/arm/mach-imx/cmd_nandbcb.c
board/freescale/common/ngpixis.c
board/freescale/common/sys_eeprom.c
board/sifive/unmatched/hifive-platform-i2c-eeprom.c
board/starfive/visionfive2/visionfive2-i2c-eeprom.c
board/work-microwave/work_92105/work_92105_display.c
board/xilinx/common/fru.c
board/xilinx/versal/cmds.c
board/xilinx/zynq/cmds.c
board/xilinx/zynqmp/cmds.c
cmd/acpi.c
cmd/aes.c
cmd/armffa.c
cmd/axi.c
cmd/bloblist.c
cmd/bootcount.c
cmd/bootdev.c
cmd/bootefi.c
cmd/bootflow.c
cmd/booti.c
cmd/bootm.c
cmd/bootmeth.c
cmd/bootz.c
cmd/cat.c
cmd/cedit.c
cmd/clk.c
cmd/conitrace.c
cmd/cpu.c
cmd/cyclic.c
cmd/dm.c
cmd/efidebug.c
cmd/event.c
cmd/fdt.c
cmd/font.c
cmd/help.c
cmd/i2c.c
cmd/kaslrseed.c
cmd/log.c
cmd/mp.c
cmd/mtd.c
cmd/mtdparts.c
cmd/mux.c
cmd/nand.c
cmd/nvedit.c
cmd/osd.c
cmd/pcap.c
cmd/pci.c
cmd/pci_mps.c
cmd/riscv/sbi.c
cmd/rng.c
cmd/sandbox/exception.c
cmd/scp03.c
cmd/sf.c
cmd/source.c
cmd/ti/pd.c
cmd/vbe.c
cmd/wdt.c
cmd/ximg.c
cmd/xxd.c
test/cmd_ut.c
test/fuzz/cmd_fuzz.c