On 20/02/16(Sat) 01:45, Patrick Wildt wrote: > Hi, > > FDT is spread widely in the embedded market. Especially those ARM > machines make heavy use of it. FDT is always stored in big endian, > like socppc. To be able to use this code on little endian machines, > like those ARMs, this diff modifies the code to convert the binary > data from big endian to host endian. > > This diff implements it, works on my little endian hardware and is > based on the previously sent diffs. > > I have no socppc hardware to verify this diff.
Works fine here, so I just committed your diff. Thanks.
