Re: [U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-07 Thread Walter Lozano
Hi Tom On 7/11/19 15:27, Tom Rini wrote: On Tue, Nov 05, 2019 at 01:56:00PM -0300, Ezequiel Garcia wrote: Hello Walter, Thanks for the patch. On Tue, 5 Nov 2019 at 12:27, Walter Lozano wrote: The support of libfdt should only be needed when OF_CONTROL is enabled and OF_PLATDATA is not, as i

Re: [U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-07 Thread Walter Lozano
Hi Simon, On 7/11/19 13:42, Simon Glass wrote: Hi Walter, On Thu, 7 Nov 2019 at 06:30, Walter Lozano wrote: Hi Ezequiel, On 5/11/19 20:30, Ezequiel Garcia wrote: On Tue, 5 Nov 2019 at 15:12, Walter Lozano wrote: Hi Ezequiel, On 5/11/19 13:56, Ezequiel Garcia wrote: Hello Walter, Thanks

Re: [U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-07 Thread Tom Rini
On Tue, Nov 05, 2019 at 01:56:00PM -0300, Ezequiel Garcia wrote: > Hello Walter, > > Thanks for the patch. > > On Tue, 5 Nov 2019 at 12:27, Walter Lozano > wrote: > > > > The support of libfdt should only be needed when OF_CONTROL > > is enabled and OF_PLATDATA is not, as in other cases there i

Re: [U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-07 Thread Simon Glass
Hi Walter, On Thu, 7 Nov 2019 at 06:30, Walter Lozano wrote: > > Hi Ezequiel, > > On 5/11/19 20:30, Ezequiel Garcia wrote: > > On Tue, 5 Nov 2019 at 15:12, Walter Lozano > > wrote: > >> Hi Ezequiel, > >> > >> On 5/11/19 13:56, Ezequiel Garcia wrote: > >>> Hello Walter, > >>> > >>> Thanks for th

Re: [U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-07 Thread Walter Lozano
Hi Ezequiel, On 5/11/19 20:30, Ezequiel Garcia wrote: On Tue, 5 Nov 2019 at 15:12, Walter Lozano wrote: Hi Ezequiel, On 5/11/19 13:56, Ezequiel Garcia wrote: Hello Walter, Thanks for the patch. On Tue, 5 Nov 2019 at 12:27, Walter Lozano wrote: The support of libfdt should only be needed

Re: [U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-05 Thread Ezequiel Garcia
On Tue, 5 Nov 2019 at 15:12, Walter Lozano wrote: > > Hi Ezequiel, > > On 5/11/19 13:56, Ezequiel Garcia wrote: > > Hello Walter, > > > > Thanks for the patch. > > > > On Tue, 5 Nov 2019 at 12:27, Walter Lozano > > wrote: > >> The support of libfdt should only be needed when OF_CONTROL > >> is e

Re: [U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-05 Thread Walter Lozano
Hi Ezequiel, On 5/11/19 13:56, Ezequiel Garcia wrote: Hello Walter, Thanks for the patch. On Tue, 5 Nov 2019 at 12:27, Walter Lozano wrote: The support of libfdt should only be needed when OF_CONTROL is enabled and OF_PLATDATA is not, as in other cases there is no DT file to query. This pat

Re: [U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-05 Thread Ezequiel Garcia
Hello Walter, Thanks for the patch. On Tue, 5 Nov 2019 at 12:27, Walter Lozano wrote: > > The support of libfdt should only be needed when OF_CONTROL > is enabled and OF_PLATDATA is not, as in other cases there is no > DT file to query. > > This patch fixes this dependency allowing to save some

[U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-05 Thread Walter Lozano
The support of libfdt should only be needed when OF_CONTROL is enabled and OF_PLATDATA is not, as in other cases there is no DT file to query. This patch fixes this dependency allowing to save some space. Signed-off-by: Walter Lozano --- drivers/core/ofnode.c | 132 +