[PATCH] mtd: nand: Fix typo in MXC Kconfig symbol description

2021-10-07 Thread sbabic
> From: Haolin Li 
> Trivial typo fix.
> Signed-off-by: Haolin Li 
> Reviewed-by: Michal Simek 
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


Re: [PATCH] mtd: nand: Fix typo in MXC Kconfig symbol description

2021-07-19 Thread Michal Simek



On 7/18/21 4:13 AM, li.hao...@qq.com wrote:
> From: Haolin Li 
> 
> Trivial typo fix.
> 
> Signed-off-by: Haolin Li 
> ---
>  drivers/mtd/nand/raw/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
> index a901ce5511..6421e05da1 100644
> --- a/drivers/mtd/nand/raw/Kconfig
> +++ b/drivers/mtd/nand/raw/Kconfig
> @@ -249,7 +249,7 @@ config NAND_MXC
>   imply CMD_NAND
>   help
> This enables the NAND driver for the NAND flash controller on the
> -   i.MX27 / i.MX31 / i.MX5 rocessors.
> +   i.MX27 / i.MX31 / i.MX5 processors.
>  
>  config NAND_MXS
>   bool "MXS NAND support"
> 

Reviewed-by: Michal Simek 

Thanks,
Michal


[PATCH] mtd: nand: Fix typo in MXC Kconfig symbol description

2021-07-17 Thread li . haolin
From: Haolin Li 

Trivial typo fix.

Signed-off-by: Haolin Li 
---
 drivers/mtd/nand/raw/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index a901ce5511..6421e05da1 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -249,7 +249,7 @@ config NAND_MXC
imply CMD_NAND
help
  This enables the NAND driver for the NAND flash controller on the
- i.MX27 / i.MX31 / i.MX5 rocessors.
+ i.MX27 / i.MX31 / i.MX5 processors.
 
 config NAND_MXS
bool "MXS NAND support"
-- 
2.25.1