diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-10-08 22:46:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-09 22:04:56 -0600 |
commit | d25a10401d17ab7c106115b23dfbd01c962c8279 (patch) | |
tree | 4d656e31c78a61ef8eecdceb584eac909d88f562 /boot/bootstd-uclass.c | |
parent | ee34507f70fd91f78a27869f9cbac145f2478c9c (diff) |
boot: typo boormethod
%s/boormethod/bootmethod/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'boot/bootstd-uclass.c')
-rw-r--r-- | boot/bootstd-uclass.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |