[PATCH] bootstd: Correct 'bpot' typo

Fix it to 'boot' in the header, as it is in the source file.
Signed-off-by: Julien Delbergue j.delbergue.foss@gmail.com --- include/bootstd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/bootstd.h b/include/bootstd.h index dddb3e1538..7802564bcc 100644 --- a/include/bootstd.h +++ b/include/bootstd.h @@ -69,7 +69,7 @@ const char *const *const bootstd_get_bootdev_order(struct udevice *dev, /** * bootstd_get_prefixes() - Get the filename-prefixes list * - * This reads the prefixes, e.g. {"/", "/bpot", NULL} + * This reads the prefixes, e.g. {"/", "/boot", NULL} * * The list is alloced by the bootstd driver so should not be freed. That is the * reason for all the const stuff in the function signature

On Thu, Jul 13, 2023 at 8:14 PM Julien Delbergue j.delbergue.foss@gmail.com wrote:
Fix it to 'boot' in the header, as it is in the source file.
Signed-off-by: Julien Delbergue j.delbergue.foss@gmail.com
include/bootstd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com

On Thu, Jul 13, 2023 at 11:53:09AM +0200, Julien Delbergue wrote:
Fix it to 'boot' in the header, as it is in the source file.
Signed-off-by: Julien Delbergue j.delbergue.foss@gmail.com Reviewed-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!
participants (3)
-
Bin Meng
-
Julien Delbergue
-
Tom Rini