mtd: renesas: Fix R-Car spelling

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>
This commit is contained in:
Marek Vasut
2024-12-11 08:30:31 +01:00
parent 190c6d05e8
commit 5f97f5c7ed
2 changed files with 3 additions and 3 deletions

View File

@@ -194,11 +194,11 @@ config ALTERA_QSPI
"Embedded Peripherals IP User Guide" of Altera. "Embedded Peripherals IP User Guide" of Altera.
config RENESAS_RPC_HF 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 depends on RCAR_GEN3 && DM_MTD
help help
This enables access to HyperFlash memory through the Renesas This enables access to HyperFlash memory through the Renesas
RCar Gen3 RPC controller. R-Car Gen3 RPC controller.
config HBMC_AM654 config HBMC_AM654
bool "HyperBus controller driver for AM65x SoC" bool "HyperBus controller driver for AM65x SoC"

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // 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 Renesas Electronics Corporation
* Copyright (C) 2016 Cogent Embedded, Inc. * Copyright (C) 2016 Cogent Embedded, Inc.