Re: [PATCH] fdtdec: support multiple phandles in memory carveout

2020-04-02 Thread Laurentiu Tudor
Hi Simon, On 4/2/2020 5:34 AM, Simon Glass wrote: > Hi, > > On Tue, 31 Mar 2020 at 07:16, Laurentiu Tudor wrote: >> >> fdtdec_set_carveout() is limited to only one phandle. Fix this >> limitation by adding support for multiple phandles. >> >> Signed-off-by: Laurentiu Tudor >> --- >>

Re: [PATCH] fdtdec: support multiple phandles in memory carveout

2020-04-01 Thread Simon Glass
Hi, On Tue, 31 Mar 2020 at 07:16, Laurentiu Tudor wrote: > > fdtdec_set_carveout() is limited to only one phandle. Fix this > limitation by adding support for multiple phandles. > > Signed-off-by: Laurentiu Tudor > --- > lib/fdtdec.c | 36 ++-- > 1 file changed,

[PATCH] fdtdec: support multiple phandles in memory carveout

2020-03-31 Thread Laurentiu Tudor
fdtdec_set_carveout() is limited to only one phandle. Fix this limitation by adding support for multiple phandles. Signed-off-by: Laurentiu Tudor --- lib/fdtdec.c | 36 ++-- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/lib/fdtdec.c