]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mtd: renesas: Fix R-Car spelling
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 11 Dec 2024 07:30:31 +0000 (08:30 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 11 Dec 2024 07:36:24 +0000 (08:36 +0100)
The correct spelling is R-Car, including the dash, update the usage.
Kconfig strings and comment changes only, no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/mtd/Kconfig
drivers/mtd/renesas_rpc_hf.c

index 3764e2567c1836e6059d2c55247c874e371c7a27..e7ce8b9577b7beb2d722d1ebee40bfa5d2b4b7be 100644 (file)
@@ -194,11 +194,11 @@ config ALTERA_QSPI
          "Embedded Peripherals IP User Guide" of Altera.
 
 config RENESAS_RPC_HF
-       bool "Renesas RCar Gen3 RPC HyperFlash driver"
+       bool "Renesas R-Car Gen3 RPC HyperFlash driver"
        depends on RCAR_GEN3 && DM_MTD
        help
          This enables access to HyperFlash memory through the Renesas
-         RCar Gen3 RPC controller.
+         R-Car Gen3 RPC controller.
 
 config HBMC_AM654
        bool "HyperBus controller driver for AM65x SoC"
index 03545822b07731989e176eee22e88525877afde2..50a6191d9c2c2e07dc26e12070c3af7e27e11d21 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Renesas RCar Gen3 RPC HyperFlash driver
+ * Renesas R-Car Gen3 RPC HyperFlash driver
  *
  * Copyright (C) 2016 Renesas Electronics Corporation
  * Copyright (C) 2016 Cogent Embedded, Inc.