Re: [PATCH v2 00/14] improve OF_PLATDATA support

2020-06-23 Thread Walter Lozano
On 23/6/20 11:00, Simon Glass wrote: Hi Walter, On Fri, 19 Jun 2020 at 08:56, Walter Lozano wrote: When using OF_PLATDATA dtbs are converted to C structs in order to save space as we can remove both dtbs and libraries from TPL/SPL binaries. This patchset tries to improve its support by over

Re: [PATCH v2 00/14] improve OF_PLATDATA support

2020-06-23 Thread Simon Glass
Hi Walter, On Fri, 19 Jun 2020 at 08:56, Walter Lozano wrote: > > When using OF_PLATDATA dtbs are converted to C structs in order to save > space as we can remove both dtbs and libraries from TPL/SPL binaries. > > This patchset tries to improve its support by overcoming some limitations > in the