boot: typo boormethod

%s/boormethod/bootmethod/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Heinrich Schuchardt 2024-10-08 22:46:14 +02:00 committed by Tom Rini
parent ee34507f70
commit d25a10401d

View file

@ -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);