<div dir="ltr">See the next patch in this series.  OpenBMC uses ATAGS when building a legacy image.  U-Boot ATAGS support wasn't causing ramdisk relocation.  It's not really a FIT vs legacy issue so much as a FDT vs ATAGS issue.  We could still use legacy images with FDT and the ramdisk would be relocated fine.  I fixed the ATAGS support to trigger ramdisk relocation as that's the actual bug.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 5, 2016 at 12:13 AM, Cédric Le Goater <span dir="ltr"><<a href="mailto:clg@kaod.org" target="_blank">clg@kaod.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<div><div class="h5"><br>
On 12/05/2016 07:24 AM, Simon Glass wrote:<br>
> On 2 December 2016 at 15:27, Rick Altherr <<a href="mailto:raltherr@google.com">raltherr@google.com</a>> wrote:<br>
>> From: Cédric Le Goater <<a href="mailto:clg@kaod.org">clg@kaod.org</a>><br>
>><br>
>> Signed-off-by: Cédric Le Goater <<a href="mailto:clg@kaod.org">clg@kaod.org</a>><br>
>> Signed-off-by: Rick Altherr <<a href="mailto:raltherr@google.com">raltherr@google.com</a>><br>
>> ---<br>
>>  common/image.c | 11 -----------<br>
>>  1 file changed, 11 deletions(-)<br>
><br>
> Reviewed-by: Simon Glass <<a href="mailto:sjg@chromium.org">sjg@chromium.org</a>><br>
><br>
<br>
</div></div>So how do you fix the ramdisk loading ? is using the FIT images<br>
enough to work around this problem ?<br>
<br>
For legacy type images, this patch seemed to work :<br>
<br>
        <a href="https://github.com/legoater/u-boot/commit/86fd073a12650ee7fc4e6514f2b0f159be275f29" rel="noreferrer" target="_blank">https://github.com/legoater/u-<wbr>boot/commit/<wbr>86fd073a12650ee7fc4e6514f2b0f1<wbr>59be275f29</a><br>
<br>
I am not sure if this is a good approach though.<br>
<br>
Thanks,<br>
<br>
C.<br>
</blockquote></div><br></div>