On Mon, Jul 20, 2009 at 07:40:41PM +0200, Wolfgang Denk wrote: > > zImage starting: loaded at 0x01900000 (sp: 0x0fdc3a08) > > Allocating 0x165ca04 bytes for kernel ... > > gunzipping (0x00000000 <- 0x0190c000:0x02f58efc)...done 0x1637b54 bytes > > You loaded the image at 01900000, but the uncompr4essed image extends > until 02f58efc, i. e. there is a good chance that you will overwrite > parts of the still uncompressed image.
I think the above output says that the compressed image extends to 0x02f58efc, and that the uncompressed image goes from zero to 0x165ca04. So no conflict (you should get an error message in case of conflict) with 0x01900000. > > Linux/PowerPC load: > > Finalizing device tree... flat tree at 0x2f65300 <== Beyond this point no > > output is available. > > Your device tree might be wrong, too. Either that or something is wrong with the kernel itself. This is the point at which it transfers control to the main kernel. -Scott _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev