commit | aced3a348371f020c724d3fadb3fe49511b27a92 | [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 | 1256068f8084a8739ede4e08db53bd27bb255c42 [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>