<div class="gmail_quote">2009/1/26 Scott Wood <span dir="ltr">&lt;<a href="mailto:scottwood@freescale.com">scottwood@freescale.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Mon, Jan 26, 2009 at 11:17:05AM +0100, Jean-Michel Hautbois wrote:<br>
&gt; I understand that my load address is 0x400000 and that the image is too big,<br>
&gt; but I can&#39;t find where this load adress is defined.<br>
&gt; It seems (from the .../arch/powerpc/boot/wrapper file) that this adress is<br>
&gt; calculated from the _start adress in the objfile.<br>
&gt;<br>
&gt; Is it possible to change this adress ?<br>
&gt; What can I do (with the idea of not reducing the size of my rootfs) ?<br>
<br>
</div></div>You can change link_address in arch/powerpc/boot/wrapper, or provide a<br>
vmlinux_alloc method in the wrapper ops struct.<br>
<font color="#888888"><br>
-Scott<br>
</font></blockquote></div><br>Thanks !<br>It works perfectly :)<br><br>JM<br>