commit | a40d6c4cf12d87980c10b230df435d0f56adc40b | [log] [tgz] |
---|---|---|
author | Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> | Thu Nov 18 15:55:00 2010 -0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Dec 29 16:53:55 2010 -0700 |
tree | 0e0ce85229e37f78fae2347df301d576f2517ef5 | |
parent | 9706a36e35c4ce04f28a62cfe1205b4e3b0dd13c [diff] |
of/flattree: Refactor unflatten_dt_node unflatten_dt_node is a helper function that does most of the work to convert a device tree blob into tree of device nodes. This code now uses a passed-in blob instead of using the single boot-time blob, allowing it to be called in more contexts. Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>