mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 11:26:41 +01:00
ARM: 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:
@@ -1,11 +1,11 @@
|
||||
if RCAR_32
|
||||
|
||||
config ARCH_RENESAS_BOARD_STRING
|
||||
string "Renesas RCar Gen2 board name"
|
||||
string "Renesas R-Car Gen2 board name"
|
||||
default "Board"
|
||||
|
||||
config RCAR_GEN2
|
||||
bool "Renesas RCar Gen2"
|
||||
bool "Renesas R-Car Gen2"
|
||||
select PHY
|
||||
select PHY_RCAR_GEN2
|
||||
select TMU_TIMER
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Specialty padding for the RCar Gen2 SPL JTAG loading
|
||||
* Specialty padding for the R-Car Gen2 SPL JTAG loading
|
||||
*/
|
||||
|
||||
#ifndef __BOOT0_H
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Renesas RCar Gen3 memory map tables
|
||||
* Renesas R-Car Gen3 memory map tables
|
||||
*
|
||||
* Copyright (C) 2017 Marek Vasut <marek.vasut@gmail.com>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user