[PATCH 1/1] mtd: fix typos in drivers/mtd/Kconfig
Stefan Roese
sr at denx.de
Mon Sep 21 11:04:26 CEST 2020
On 17.09.20 18:07, Heinrich Schuchardt wrote:
> Fix a typo
>
> %s/interract/interact/
>
> Use Samsung's capitalization of their trademarks
>
> %s/onenand/OneNAND/
> %s/Hyperflash/HyperFlash/
Please see nits below.
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> drivers/mtd/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
> index 348b43e653..a77425d242 100644
> --- a/drivers/mtd/Kconfig
> +++ b/drivers/mtd/Kconfig
> @@ -6,8 +6,8 @@ config MTD_PARTITIONS
> config MTD
> bool "Enable MTD layer"
> help
> - Enable the MTD stack, necessary to interract with NAND, NOR,
> - SPI-NOR, SPI-NAND, onenand, etc.
> + Enable the MTD stack, necessary to interact with NAND, NOR,
> + SPI-NOR, SPI-NAND, OneNAND, etc.
>
> config DM_MTD
> bool "Enable Driver Model for MTD drivers"
> @@ -98,7 +98,7 @@ config RENESAS_RPC_HF
> bool "Renesas RCar Gen3 RPC Hyperflash driver"
Here as well? s/Hyperflash/HyperFlash ?
> depends on RCAR_GEN3 && DM_MTD
> help
> - This enables access to Hyperflash memory through the Renesas
> + This enables access to HyperFlash memory through the Renesas
> RCar Gen3 RPC controller.
>
> config HBMC_AM654
> --
> 2.28.0
>
Other than that:
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
More information about the U-Boot
mailing list