]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
remoteproc: renesas: apmu: Fix typo in Kconfig symbol help text
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 16 Mar 2026 00:31:33 +0000 (01:31 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 8 Apr 2026 17:36:28 +0000 (19:36 +0200)
Fix typo in Kconfig symbol help text, change incorrect A52 to correct R52.
No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Acked-by: Peng Fan <peng.fan@nxp.com>
drivers/remoteproc/Kconfig

index 8056f210abc895ee0e4866679090cc47cce9e7ae..f07ae903a286106e1985f1019d2ee0e1c328fd74 100644 (file)
@@ -45,7 +45,7 @@ config REMOTEPROC_RENESAS_APMU
        select REMOTEPROC
        depends on ARCH_RENESAS && RCAR_GEN4 && DM && OF_CONTROL
        help
-         Say 'y' here to add support for Renesas R-Car Gen4 Cortex-A52
+         Say 'y' here to add support for Renesas R-Car Gen4 Cortex-R52
          processor via the remoteproc framework.
 
 config REMOTEPROC_SANDBOX