Re: [PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-23 Thread Michal Simek
On 04/23/2014 04:05 PM, Rob Herring wrote: > On Wed, Apr 23, 2014 at 8:48 AM, Michal Simek wrote: >> On 04/23/2014 03:18 AM, Rob Herring wrote: >>> From: Rob Herring >>> >>> With libfdt support, we can take advantage of helper accessors in libfdt >>> for accessing the FDT header data. This makes

Re: [PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-23 Thread Rob Herring
On Wed, Apr 23, 2014 at 8:48 AM, Michal Simek wrote: > On 04/23/2014 03:18 AM, Rob Herring wrote: >> From: Rob Herring >> >> With libfdt support, we can take advantage of helper accessors in libfdt >> for accessing the FDT header data. This makes the code more readable and >> makes the FDT blob s

Re: [PATCH v2 18/21] powerpc: use libfdt accessors for header data

2014-04-23 Thread Michal Simek
On 04/23/2014 03:18 AM, Rob Herring wrote: > From: Rob Herring > > With libfdt support, we can take advantage of helper accessors in libfdt > for accessing the FDT header data. This makes the code more readable and > makes the FDT blob structure more opaque to the kernel. This also > prepares for