Move all command code into its own directory
There are a lot of unrelated files in common, including all of the commands. Moving them into their own directory makes them easier to find and is more logical. Some commands include non-command code, such as cmd_scsi.c. This should be sorted out at some point so that the function can be enabled with or without the associated command. Unfortunately, with m68k I get this error: m68k: + M5329AFEE +arch/m68k/cpu/mcf532x/start.o: In function `_start': +arch/m68k/cpu/mcf532x/start.S:159:(.text+0x452): relocation truncated to fit: R_68K_PC16 against symbol `board_init_f' defined in .text.board_init_f section in common/built-in.o I hope someone can shed some light on what this means. I hope it isn't depending on the position of code in the image. Signed-off-by:Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Heiko Schocher <hs@denx.de> Acked-by:
Stefan Roese <sr@denx.de> Acked-by:
Przemyslaw Marczak <p.marczak@samsung.com>
Showing
- Kconfig 2 additions, 0 deletionsKconfig
- Makefile 1 addition, 0 deletionsMakefile
- cmd/Kconfig 585 additions, 0 deletionscmd/Kconfig
- cmd/Makefile 166 additions, 0 deletionscmd/Makefile
- cmd/cmd_aes.c 0 additions, 0 deletionscmd/cmd_aes.c
- cmd/cmd_ambapp.c 0 additions, 0 deletionscmd/cmd_ambapp.c
- cmd/cmd_armflash.c 0 additions, 0 deletionscmd/cmd_armflash.c
- cmd/cmd_bdinfo.c 0 additions, 0 deletionscmd/cmd_bdinfo.c
- cmd/cmd_bedbug.c 0 additions, 0 deletionscmd/cmd_bedbug.c
- cmd/cmd_blob.c 0 additions, 0 deletionscmd/cmd_blob.c
- cmd/cmd_bmp.c 0 additions, 0 deletionscmd/cmd_bmp.c
- cmd/cmd_boot.c 0 additions, 0 deletionscmd/cmd_boot.c
- cmd/cmd_bootldr.c 0 additions, 0 deletionscmd/cmd_bootldr.c
- cmd/cmd_bootm.c 0 additions, 0 deletionscmd/cmd_bootm.c
- cmd/cmd_bootmenu.c 0 additions, 0 deletionscmd/cmd_bootmenu.c
- cmd/cmd_bootstage.c 0 additions, 0 deletionscmd/cmd_bootstage.c
- cmd/cmd_cache.c 0 additions, 0 deletionscmd/cmd_cache.c
- cmd/cmd_cbfs.c 0 additions, 0 deletionscmd/cmd_cbfs.c
- cmd/cmd_clk.c 0 additions, 0 deletionscmd/cmd_clk.c
- cmd/cmd_console.c 0 additions, 0 deletionscmd/cmd_console.c
cmd/Kconfig
0 → 100644
cmd/Makefile
0 → 100644
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Please register or sign in to comment