]> git.ipfire.org Git - people/ms/u-boot.git/commit
[new uImage] Remove unnecessary arguments passed to ramdisk routines
authorMarian Balakowicz <m8@semihalf.com>
Wed, 12 Mar 2008 09:14:38 +0000 (10:14 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Wed, 12 Mar 2008 09:14:38 +0000 (10:14 +0100)
commitd985c8498c4e47095820da97aa722381d39172c5
tree213d5b778f1a1a66aa296d90513089759120fe56
parentc87796483bc7c2900470dc747c367f602577608d
[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>
common/image.c
include/image.h
lib_arm/bootm.c
lib_avr32/bootm.c
lib_i386/bootm.c
lib_m68k/bootm.c
lib_mips/bootm.c
lib_ppc/bootm.c