mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 07:51:38 +00:00
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> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
13aa090b87
commit
2c120676ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue