diff options
| author | Tom Rini <[email protected]> | 2023-07-18 09:55:32 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-18 09:55:32 -0400 |
| commit | 890233ca5569e5787d8407596a12b9fca80952bf (patch) | |
| tree | 966b9beb01a0ca57045bec4b4da2e16cb792757f /include/bootstd.h | |
| parent | 13aa090b87a0fbdfe690011669b9fdb96bb1ccc7 (diff) | |
| parent | 4dc5e26242101f9090209e659e60422634c8bbcf (diff) | |
Merge branch '2023-07-17-assorted-updates'
- Merge in some Kconfig dependencies fixes, typo fixes, erofs update,
shell portability fix, an env save fix, better mbr+gpt support, and
some android A/B enhancements.
Diffstat (limited to 'include/bootstd.h')
| -rw-r--r-- | include/bootstd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bootstd.h b/include/bootstd.h index dddb3e15384..7802564bcc6 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 |
