Re: [PATCH 7/7] fdt.c: Refactor unflatten_device_tree and add fdt_unflatten_tree

2010-12-29 Thread Grant Likely
On Thu, Nov 18, 2010 at 03:55:02PM -0800, Stephen Neuendorffer wrote: > unflatten_device_tree has two dependencies on things that happen > during boot time. Firstly, it references the initial device tree > directly. Secondly, it allocates memory using the early boot > allocator. This patch factor

[PATCH 7/7] fdt.c: Refactor unflatten_device_tree and add fdt_unflatten_tree

2010-11-18 Thread Stephen Neuendorffer
unflatten_device_tree has two dependencies on things that happen during boot time. Firstly, it references the initial device tree directly. Secondly, it allocates memory using the early boot allocator. This patch factors out these dependencies and uses the new __unflatten_device_tree function to