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;
> > +
> > + /*
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))
> +
2 matches
Mail list logo