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

Signed-off-by: Andrius Štikonas andrius@stikonas.eu --- 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" depends on LCD || DM_VIDEO || VIDEO help - This provides a way to obtain information about a BMP-format iamge + This provides a way to obtain information about a BMP-format image and to display it. BMP (which presumably stands for BitMaP) is a file format defined by Microsoft which supports images of various depths, formats and compression methods. Headers on the file

On Mon, Sep 23, 2019 at 10:43:41PM +0100, Andrius Štikonas wrote:
Signed-off-by: Andrius Štikonas andrius@stikonas.eu
Applied to u-boot/master, thanks!
participants (2)
-
Andrius Štikonas
-
Tom Rini