Re: [PATCH v2 4/5] of: overlay: Pick up label symbols from overlays.

2016-05-16 Thread Geert Uytterhoeven
On Mon, May 16, 2016 at 9:40 PM, Geert Uytterhoeven wrote: > On Mon, May 16, 2016 at 9:27 PM, Pantelis Antoniou > wrote: >>> On May 16, 2016, at 22:06 , Geert Uytterhoeven wrote: >>> On Mon, May 16, 2016 at 6:52 PM, Pantelis Antoniou >>> wrote: Insert overlay symbols to the base tree when

Re: [PATCH v2 4/5] of: overlay: Pick up label symbols from overlays.

2016-05-16 Thread Geert Uytterhoeven
Hi Pantelis, On Mon, May 16, 2016 at 9:27 PM, Pantelis Antoniou wrote: >> On May 16, 2016, at 22:06 , Geert Uytterhoeven wrote: >> On Mon, May 16, 2016 at 6:52 PM, Pantelis Antoniou >> wrote: >>> Insert overlay symbols to the base tree when applied. >>> This makes it possible to apply an overla

Re: [PATCH v2 4/5] of: overlay: Pick up label symbols from overlays.

2016-05-16 Thread Pantelis Antoniou
Hi Geert, > On May 16, 2016, at 22:06 , Geert Uytterhoeven wrote: > > On Mon, May 16, 2016 at 6:52 PM, Pantelis Antoniou > 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

Re: [PATCH v2 4/5] of: overlay: Pick up label symbols from overlays.

2016-05-16 Thread Geert Uytterhoeven
On Mon, May 16, 2016 at 6:52 PM, Pantelis Antoniou 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. > > Signed-off-by: Pantelis Antoniou This patch hasn't changed, so I th

[PATCH v2 4/5] of: overlay: Pick up label symbols from overlays.

2016-05-16 Thread Pantelis Antoniou
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. Signed-off-by: Pantelis Antoniou --- drivers/of/overlay.c | 93 1 file changed, 93