Re: [U-Boot] [PATCH] Kconfig: fix a typo in the description of bmp command.

2019-10-05 Thread Tom Rini
On Mon, Sep 23, 2019 at 10:43:41PM +0100, Andrius Štikonas wrote: > Signed-off-by: Andrius Štikonas Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] Kconfig: fix a typo in the description of bmp command.

2019-09-23 Thread Andrius Štikonas
Signed-off-by: Andrius Štikonas --- cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 98647f58b7..c25fee721f 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1468,7 +1468,7 @@ config CMD_BMP bool "Enable 'bmp' command"