Re: dtc: Use libfdt endian conversion functions in libfdt

2008-07-14 Thread Jon Loeliger
> Following on from the last patch, which made dtc use the same endian > conversion functions as libfdt, this patch makes ftdump use these > functions as well. This brings us down to a single set of endian > handling functions in all of dtc and libfdt, so just one place to fix > things. > > Signe

dtc: Use libfdt endian conversion functions in libfdt

2008-06-25 Thread David Gibson
Following on from the last patch, which made dtc use the same endian conversion functions as libfdt, this patch makes ftdump use these functions as well. This brings us down to a single set of endian handling functions in all of dtc and libfdt, so just one place to fix things. Signed-off-by: Davi