[new uImage] Remove unnecessary arguments passed to ramdisk routines
boot_get_ramdisk() and image_get_ramdisk() do not need all
cmdtp, flag, argc and argv arguments. Simplify routines definition.
Signed-off-by:
Marian Balakowicz <m8@semihalf.com>
Showing
- common/image.c 12 additions, 20 deletionscommon/image.c
- include/image.h 2 additions, 3 deletionsinclude/image.h
- lib_arm/bootm.c 4 additions, 2 deletionslib_arm/bootm.c
- lib_avr32/bootm.c 4 additions, 2 deletionslib_avr32/bootm.c
- lib_i386/bootm.c 5 additions, 2 deletionslib_i386/bootm.c
- lib_m68k/bootm.c 2 additions, 3 deletionslib_m68k/bootm.c
- lib_mips/bootm.c 5 additions, 2 deletionslib_mips/bootm.c
- lib_ppc/bootm.c 2 additions, 3 deletionslib_ppc/bootm.c
Loading
Please register or sign in to comment