Re: [U-Boot] [PATCH v4 4/5] dm: core: Don't include ofnode functions with of-platdata

2020-01-01 Thread Walter Lozano
Hi Simon On 29/12/19 22:21, Simon Glass wrote: Hi Walter, On Thu, 7 Nov 2019 at 12:47, Walter Lozano wrote: Hi Simon, Thanks for your patch. On 7/11/19 12:53, Simon Glass wrote: These functions cannot work with of-platdata since libfdt is not available. At present when dev_read_...() funct

Re: [U-Boot] [PATCH v4 4/5] dm: core: Don't include ofnode functions with of-platdata

2019-12-29 Thread Simon Glass
Hi Walter, On Thu, 7 Nov 2019 at 12:47, Walter Lozano wrote: > > Hi Simon, > > Thanks for your patch. > > On 7/11/19 12:53, Simon Glass wrote: > > These functions cannot work with of-platdata since libfdt is not > > available. At present when dev_read_...() functions are used it produces > > erro

Re: [U-Boot] [PATCH v4 4/5] dm: core: Don't include ofnode functions with of-platdata

2019-11-07 Thread Walter Lozano
Hi Simon, Thanks for your patch. On 7/11/19 12:53, Simon Glass wrote: These functions cannot work with of-platdata since libfdt is not available. At present when dev_read_...() functions are used it produces error messages about ofnode which is confusing. Adjust the Makefile and header to prod

[U-Boot] [PATCH v4 4/5] dm: core: Don't include ofnode functions with of-platdata

2019-11-07 Thread Simon Glass
These functions cannot work with of-platdata since libfdt is not available. At present when dev_read_...() functions are used it produces error messages about ofnode which is confusing. Adjust the Makefile and header to produce an error message for the actual dev_read...() function which is called