bootm: refactor entry point code
Move entry point code out of each arch and into common code.
Keep the entry point in the bootm_headers_t images struct.
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
Showing
- common/cmd_bootm.c 22 additions, 9 deletionscommon/cmd_bootm.c
- include/image.h 2 additions, 0 deletionsinclude/image.h
- lib_arm/bootm.c 1 addition, 18 deletionslib_arm/bootm.c
- lib_avr32/bootm.c 1 addition, 18 deletionslib_avr32/bootm.c
- lib_blackfin/bootm.c 1 addition, 18 deletionslib_blackfin/bootm.c
- lib_m68k/bootm.c 1 addition, 18 deletionslib_m68k/bootm.c
- lib_microblaze/bootm.c 1 addition, 18 deletionslib_microblaze/bootm.c
- lib_mips/bootm.c 1 addition, 17 deletionslib_mips/bootm.c
- lib_nios2/bootm.c 1 addition, 19 deletionslib_nios2/bootm.c
- lib_ppc/bootm.c 3 additions, 19 deletionslib_ppc/bootm.c
- lib_sh/bootm.c 1 addition, 18 deletionslib_sh/bootm.c
- lib_sparc/bootm.c 2 additions, 10 deletionslib_sparc/bootm.c
Loading
Please register or sign in to comment