mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 14:51:31 +02:00
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>
This commit is contained in:
parent
4de979f664
commit
2270c3639a
@ -395,7 +395,7 @@ int bootmeth_common_read_file(struct udevice *dev, struct bootflow *bflow,
|
|||||||
/**
|
/**
|
||||||
* on_bootmeths() - Update the bootmeth order
|
* 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,
|
static int on_bootmeths(const char *name, const char *value, enum env_op op,
|
||||||
int flags)
|
int flags)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user