[PATCH 1/1] boot: type boormethod

Peter Robinson pbrobinson at gmail.com
Tue Oct 8 23:36:53 CEST 2024


On Tue, 8 Oct 2024 at 21:52, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> %s/boormethod/bootmethod/
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>

Reviewed-by: Peter Robinson <pbrobinson at gmail.com>

> ---
>  boot/bootstd-uclass.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/boot/bootstd-uclass.c b/boot/bootstd-uclass.c
> index 5de8efce19a..fdb8d69e320 100644
> --- a/boot/bootstd-uclass.c
> +++ b/boot/bootstd-uclass.c
> @@ -122,7 +122,7 @@ static int bootstd_probe(struct udevice *dev)
>         return 0;
>  }
>
> -/* For now, bind the boormethod device if none are found in the devicetree */
> +/* For now, bind the bootmethod device if none are found in the devicetree */
>  int dm_scan_other(bool pre_reloc_only)
>  {
>         struct driver *drv = ll_entry_start(struct driver, driver);
> --
> 2.45.2
>


More information about the U-Boot mailing list