From: Simon Glass Date: Wed, 12 Jul 2023 15:04:33 +0000 (-0600) Subject: bootstd: Correct baudrate typo X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=2270c3639ae355e298f245ec1c9ba9f560bc7e5c;p=u-boot.git bootstd: Correct baudrate typo This is a copy error. Fix it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/boot/bootmeth-uclass.c b/boot/bootmeth-uclass.c index 701ee8ad1c..eeded08dd4 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)