On Tue, May 10, 2016 at 8:56 AM, Pantelis Antoniou
<[email protected]> wrote:
> Hi Rob,
>
>> On May 10, 2016, at 00:47 , Rob Herring <[email protected]> wrote:
>>
>> On Mon, May 9, 2016 at 1:11 PM, Pantelis Antoniou
>> <[email protected]> wrote:
>>> Insert overlay symbols to the base tree when applied.
>>> This makes it possible to apply an overlay that references a label
>>> that a previously inserted overlay had.
[...]
>>> + /* locate the symbols & fixups nodes on resolve */
>>> + for_each_child_of_node(tree, child) {
>>> + if (of_node_cmp(child->name, "__symbols__") == 0)
>>> + goto found;
>>
>> Doesn't of_get_child_by_name work here?
>>
>
> No, we’re holding of_mutex.
So. Go look at the function.
Rob