]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[new uImage] Don't pass kdb to ramdisk_high since we may not have one
authorKumar Gala <galak@kernel.crashing.org>
Thu, 28 Feb 2008 03:51:43 +0000 (21:51 -0600)
committerMarian Balakowicz <m8@semihalf.com>
Fri, 29 Feb 2008 11:27:21 +0000 (12:27 +0100)
commita6612bdfe7ef37b9787b66800cf02aaded05fbeb
tree14c9e241c6c8964a31b6e1d824cadbc1457c3e3b
parent4efbe9dbb129f857f27856936112c8c02f016be6
[new uImage] Don't pass kdb to ramdisk_high since we may not have one

We don't actually need the kdb param as we are just using it to get
bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
boot via OF we might not actually fill out a kdb.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Marian Balakowicz <m8@semihalf.com>
common/image.c
include/image.h
lib_m68k/bootm.c
lib_ppc/bootm.c