Re: [PATCH 2/2] of: fdt: mark unflattened tree as detached

From: Rob Herring
Date: Mon Jul 18 2016 - 17:44:28 EST


On Sun, Jun 26, 2016 at 3:11 PM, Michal Suchanek <hramrach@xxxxxxxxx> wrote:
> 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@xxxxxxxxx>
> ---
> drivers/of/fdt.c | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)

This doesn't apply because the unflattening code has been re-written.
Please rebase to current -rc and resend.

Rob