[new uImage] Factor out common image_get_ramdisk() routine
Architecture specific do_bootm_linux() routines share common
ramdisk image processing code. Move this code to a common
helper routine.
Signed-off-by:
Marian Balakowicz <m8@semihalf.com>
Showing
- common/image.c 200 additions, 3 deletionscommon/image.c
- include/image.h 10 additions, 0 deletionsinclude/image.h
- lib_arm/bootm.c 2 additions, 112 deletionslib_arm/bootm.c
- lib_avr32/bootm.c 2 additions, 70 deletionslib_avr32/bootm.c
- lib_i386/bootm.c 3 additions, 73 deletionslib_i386/bootm.c
- lib_m68k/bootm.c 9 additions, 80 deletionslib_m68k/bootm.c
- lib_microblaze/bootm.c 2 additions, 83 deletionslib_microblaze/bootm.c
- lib_mips/bootm.c 2 additions, 82 deletionslib_mips/bootm.c
- lib_ppc/bootm.c 9 additions, 85 deletionslib_ppc/bootm.c
Loading
Please register or sign in to comment