Re: [PATCH 45/49] dm: of-platadata: Add option for device instantiation

2021-01-23 Thread Simon Glass
Hi Walter, On Tue, 5 Jan 2021 at 20:40, Walter Lozano wrote: > > > On 12/29/20 12:35 AM, Simon Glass wrote: > > Add Kconfig options to support build-time device instantiation. When > > fully implemented, this will allow dtoc to create U-Boot devices (i.e. > > struct udevice records) at build

Re: [PATCH 45/49] dm: of-platadata: Add option for device instantiation

2021-01-05 Thread Walter Lozano
On 12/29/20 12:35 AM, Simon Glass wrote: Add Kconfig options to support build-time device instantiation. When fully implemented, this will allow dtoc to create U-Boot devices (i.e. struct udevice records) at build time, thus reducing code space in SPL. For now this defaults to off, but will

[PATCH 45/49] dm: of-platadata: Add option for device instantiation

2020-12-28 Thread Simon Glass
Add Kconfig options to support build-time device instantiation. When fully implemented, this will allow dtoc to create U-Boot devices (i.e. struct udevice records) at build time, thus reducing code space in SPL. For now this defaults to off, but will be enabled when the rest of the implementation