]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
boot: typo boormethod
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 8 Oct 2024 20:46:14 +0000 (22:46 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 10 Oct 2024 04:04:56 +0000 (22:04 -0600)
%s/boormethod/bootmethod/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
boot/bootstd-uclass.c

index 5de8efce19a5482bc25b27db525baf7c270f266e..fdb8d69e3209a3980670d5547eb4871c3266aa68 100644 (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);