mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
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:
parent
ee34507f70
commit
d25a10401d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue