git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee34507
)
boot: typo boormethod
author
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Tue, 8 Oct 2024 20:46:14 +0000
(22:46 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/boot/bootstd-uclass.c
b/boot/bootstd-uclass.c
index
5de8efc
..
fdb8d69
100644
(file)
--- 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 boo
r
method device if none are found in the devicetree */
+/* For now, bind the boo
t
method 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);