On Thu, Apr 12, 2012 at 09:50:39AM +0530, Viresh Kumar wrote: > Hi, > > My U-boot is on an older version and that doesn't have DT support for ARM. > Now, is there any way of booting Linux with DT, without U-Boot supporting DT? > This is how I responded to Fabio on the same query a few hours ago :)
- Turn on CONFIG_ARM_APPENDED_DTB and CONFIG_ARM_ATAG_DTB_COMPAT - cat zImage mx27pdk.dtb > zImage_dtb - Boot zImage_dtb as you do with zImage Regards, Shawn _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
