-
- Downloads
cmd: Split 'bootz' and 'booti' out from 'bootm'
The bootz and booti commands rely on common functionality that is found
in common/bootm.c and common/bootm_os.c. They do not however rely on
the rest of cmd/bootm.c to be implemented so split them into their own
files. Have various Makefiles include the required infrastructure for
CONFIG_CMD_BOOT[IZ] as well as CONFIG_CMD_BOOTM. Move the declaration
of 'images' over to common/bootm.c.
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by:
Tom Rini <trini@konsulko.com>
Showing
- arch/arm/lib/Makefile 2 additions, 1 deletionarch/arm/lib/Makefile
- arch/sandbox/lib/Makefile 1 addition, 0 deletionsarch/sandbox/lib/Makefile
- cmd/Makefile 2 additions, 0 deletionscmd/Makefile
- cmd/booti.c 161 additions, 0 deletionscmd/booti.c
- cmd/bootm.c 0 additions, 250 deletionscmd/bootm.c
- cmd/bootz.c 106 additions, 0 deletionscmd/bootz.c
- common/Makefile 2 additions, 0 deletionscommon/Makefile
- common/bootm.c 2 additions, 0 deletionscommon/bootm.c
cmd/booti.c
0 → 100644
cmd/bootz.c
0 → 100644
Please register or sign in to comment