-
- Downloads
bootm: refactor ramdisk locating code
Move determing if we have a ramdisk and where its located into the
common code. Keep track of the ramdisk start and end in the
bootm_headers_t image struct.
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
Showing
- common/cmd_bootm.c 38 additions, 0 deletionscommon/cmd_bootm.c
- include/image.h 2 additions, 0 deletionsinclude/image.h
- lib_arm/bootm.c 2 additions, 8 deletionslib_arm/bootm.c
- lib_avr32/bootm.c 3 additions, 9 deletionslib_avr32/bootm.c
- lib_i386/bootm.c 1 addition, 7 deletionslib_i386/bootm.c
- lib_m68k/bootm.c 3 additions, 9 deletionslib_m68k/bootm.c
- lib_mips/bootm.c 3 additions, 9 deletionslib_mips/bootm.c
- lib_ppc/bootm.c 5 additions, 11 deletionslib_ppc/bootm.c
- lib_sparc/bootm.c 3 additions, 14 deletionslib_sparc/bootm.c
Loading
Please register or sign in to comment