commit | a6612bdfe7ef37b9787b66800cf02aaded05fbeb | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Feb 27 21:51:43 2008 -0600 |
committer | Marian Balakowicz <m8@semihalf.com> | Fri Feb 29 12:27:21 2008 +0100 |
tree | 14c9e241c6c8964a31b6e1d824cadbc1457c3e3b | |
parent | 4efbe9dbb129f857f27856936112c8c02f016be6 [diff] |
[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>