diff options
author | Simon Glass | 2023-07-12 09:04:33 -0600 |
---|---|---|
committer | Bin Meng | 2023-07-16 23:13:17 +0800 |
commit | 2270c3639ae355e298f245ec1c9ba9f560bc7e5c (patch) | |
tree | c94c8bf06e2e2783df7c4deed9f65580b98ed0a6 | |
parent | 4de979f6646d05d13572ecd2b652f0358dfa5de6 (diff) |
bootstd: Correct baudrate typo
This is a copy error. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r-- | boot/bootmeth-uclass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/bootmeth-uclass.c b/boot/bootmeth-uclass.c index 701ee8ad1c8..eeded08dd42 100644 --- a/boot/bootmeth-uclass.c +++ b/boot/bootmeth-uclass.c @@ -395,7 +395,7 @@ int bootmeth_common_read_file(struct udevice *dev, struct bootflow *bflow, /** * on_bootmeths() - Update the bootmeth order * - * This will check for a valid baudrate and only apply it if valid. + * This will check for a valid list of bootmeths and only apply it if valid. */ static int on_bootmeths(const char *name, const char *value, enum env_op op, int flags) |