commit | 1d1bde550ea3b08a95bd9b6b3adb6d7cd3781870 | [log] [tgz] |
---|---|---|
author | Michal Suchanek <hramrach@gmail.com> | Tue Jul 19 00:01:12 2016 +0200 |
committer | Rob Herring <robh@kernel.org> | Mon Jul 18 17:27:04 2016 -0500 |
tree | 819c9f8d12c770d8da96463aa9096289979002fe | |
parent | 5de3bbc8501b637eb753e4ee18a2cccb233cfe41 [diff] |
of: fdt: mark unflattened tree as detached The tree returned from of_fdt_unflatten_tree cannot be attached to the live tree because it is not marked as detached so mark it as such. The dt resolver checks the flag and refuses to process the tree otherwise. Signed-off-by: Michal Suchanek <hramrach@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>