Re: [PATCH v4 13/33] bootstd: Add the bootstd uclass and core implementation

2022-03-12 Thread Simon Glass
Hi Ilias, On Sat, 12 Mar 2022 at 07:35, Ilias Apalodimas wrote: > > Hi Simon, > > + > > +/* For now, bind the boormethod device if none are found in the devicetree > > */ > > +int dm_scan_other(bool pre_reloc_only) > > +{ > > + struct udevice *bootstd; > > + int ret; > > + > > + /*

Re: [PATCH v4 13/33] bootstd: Add the bootstd uclass and core implementation

2022-03-12 Thread Ilias Apalodimas
Hi Simon, + > +/* For now, bind the boormethod device if none are found in the devicetree */ > +int dm_scan_other(bool pre_reloc_only) > +{ > + struct udevice *bootstd; > + int ret; > + > + /* These are not needed before relocation */ > + if (!(gd->flags & GD_FLG_RELOC)) > +