Re: libfdt: Consistently use big-endian property data in testcases

2007-09-17 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > Flat device trees always have integers in their structure stored as > big-endian. From this point of view, property values are > bags-of-bytes and any endianness is up to users of the device tree to > determine. > > The libfdt testcases which use pr

libfdt: Consistently use big-endian property data in testcases

2007-09-16 Thread David Gibson
Flat device trees always have integers in their structure stored as big-endian. From this point of view, property values are bags-of-bytes and any endianness is up to users of the device tree to determine. The libfdt testcases which use properties with integer values, currently use native endian