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:
@@ -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"
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user