hi Guo:<br>  I guess CONFIG_ARM_APPENDED_DTB and CONFIG_ARM_ATAG_DTB_COMPAT are ARM soc specific?<br>  So, what if I want to boot MIPS kernel, but without bootloader support DT?<br>  Thanks<br><br>Dennis<br><br><div class="gmail_quote">
On Thu, Apr 12, 2012 at 1:19 PM, Shawn Guo <span dir="ltr"><<a href="mailto:shawn.guo@linaro.org">shawn.guo@linaro.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, Apr 12, 2012 at 09:50:39AM +0530, Viresh Kumar wrote:<br>
> Hi,<br>
><br>
> My U-boot is on an older version and that doesn't have DT support for ARM.<br>
> Now, is there any way of booting Linux with DT, without U-Boot supporting DT?<br>
><br>
</div>This is how I responded to Fabio on the same query a few hours ago :)<br>
<br>
- Turn on CONFIG_ARM_APPENDED_DTB and CONFIG_ARM_ATAG_DTB_COMPAT<br>
- cat zImage mx27pdk.dtb > zImage_dtb<br>
- Boot zImage_dtb as you do with zImage<br>
<br>
Regards,<br>
Shawn<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
devicetree-discuss mailing list<br>
<a href="mailto:devicetree-discuss@lists.ozlabs.org">devicetree-discuss@lists.ozlabs.org</a><br>
<a href="https://lists.ozlabs.org/listinfo/devicetree-discuss" target="_blank">https://lists.ozlabs.org/listinfo/devicetree-discuss</a><br>
</div></div></blockquote></div><br>