]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: renesas: Fix R-Car spelling
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 11 Dec 2024 07:30:26 +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>
arch/arm/mach-renesas/Kconfig.32
arch/arm/mach-renesas/include/mach/boot0.h
arch/arm/mach-renesas/memmap-gen3.c

index 693a5abba0d2cdd2b91347770777f8e0ec3ad38a..bbc61ccf4803ea5d8770c1f9a3ef56638dd038e2 100644 (file)
@@ -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
index fe88a2e03736c553647d89f8c2346d353a7b91d4..2128eccd8a4a9ed7a10782acd536760dbaf92e9d 100644 (file)
@@ -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
index c50700df078d4514d82c0c62b92076a9030bb5ec..d24419f5daa521f799caba887e25f504a13ddaf2 100644 (file)
@@ -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>
  */