Tom Rini wrote: > > I've booted a zImage.rs6k-chrp from yaboot 1.2.5. > > That almost sounds silly.
Actually, it's not very silly at all. The zImage is significantly smaller than a corresponding vmlinux, so it takes much less time to load the image. Also, many systems claim the lower memory where we want to load the kernel. The only option is the load it in some higher memory hole, and then have it copy itself. You may as well uncompress at the same time.... -- Dan