Re: [PATCH 03/28] of: create unflatten_and_copy_device_tree

2013-09-17 Thread Grant Likely
On Mon, 16 Sep 2013 18:08:59 -0500, Rob Herring wrote: > From: Rob Herring > > Several architectures using DT support built-in dtb's in the init > section. These platforms need to copy the dtb from init since the > strings are referenced after unflattening. Every arch has their own > copying rou

Re: [PATCH 03/28] of: create unflatten_and_copy_device_tree

2013-09-16 Thread Vineet Gupta
On 09/17/2013 04:38 AM, Rob Herring wrote: > From: Rob Herring > > Several architectures using DT support built-in dtb's in the init > section. These platforms need to copy the dtb from init since the > strings are referenced after unflattening. Every arch has their own > copying routine which do

[PATCH 03/28] of: create unflatten_and_copy_device_tree

2013-09-16 Thread Rob Herring
From: Rob Herring Several architectures using DT support built-in dtb's in the init section. These platforms need to copy the dtb from init since the strings are referenced after unflattening. Every arch has their own copying routine which do the same thing. Create a common function, unflatten_an