]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
move CLI prototypes to cli.h and add comments
authorSimon Glass <sjg@chromium.org>
Fri, 11 Apr 2014 02:01:25 +0000 (20:01 -0600)
committerTom Rini <trini@ti.com>
Thu, 29 May 2014 21:45:31 +0000 (17:45 -0400)
commit18d66533ac773f59efc93e5c19971fad5e6af82f
treec8554743b7695c92250f2400b25f6c0c5062e81a
parenteca86fad3d823c3c1e7e78b07752aa6a10e35283
move CLI prototypes to cli.h and add comments

Move the CLI prototypes from common.h to cli.h as part of an effort to
reduce the size of common.h.

Signed-off-by: Simon Glass <sjg@chromium.org>
18 files changed:
board/ait/cam_enc_4xx/cam_enc_4xx.c
board/amcc/yucca/cmd_yucca.c
board/eltec/elppc/misc.c
board/eltec/mhpc/mhpc.c
board/hymod/hymod.c
board/hymod/input.c
common/cli_hush.c
common/cmd_bedbug.c
common/cmd_dcr.c
common/cmd_i2c.c
common/cmd_mem.c
common/cmd_nvedit.c
common/cmd_pci.c
common/main.c
common/menu.c
drivers/ddr/fsl/interactive.c
include/cli.h [new file with mode: 0644]
include/common.h