From: Heinrich Schuchardt Date: Tue, 8 Oct 2024 20:46:14 +0000 (+0200) Subject: boot: typo boormethod X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=d25a10401d17ab7c106115b23dfbd01c962c8279;p=u-boot.git boot: typo boormethod %s/boormethod/bootmethod/ Signed-off-by: Heinrich Schuchardt Reviewed-by: Peter Robinson --- diff --git a/boot/bootstd-uclass.c b/boot/bootstd-uclass.c index 5de8efce19..fdb8d69e32 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);