aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-03-02 14:30:25 -0500
committerTom Rini <trini@konsulko.com>2024-03-02 14:30:25 -0500
commiteac52e4be4e234d563d6911737ee7ccdc0ada1f1 (patch)
tree9fc71e478d84ea5be40f1a0196a5507ee31246e4 /include
parent574aac1c8c59522c286bec4cdfb07c22bc3c124d (diff)
parent7b1a24765deae9c202012fa9280e884b70f358f1 (diff)
Merge patch series "ARM: renesas: Rename R-Mobile to Renesas"
Marek Vasut <marek.vasut+renesas@mailbox.org> says: Rename R-Mobile to Renesas all over the place because the chips are made by Renesas, while only a subset of them is from the R-Mobile line.
Diffstat (limited to 'include')
-rw-r--r--include/configs/rcar-gen2-common.h2
-rw-r--r--include/configs/rcar-gen3-common.h2
-rw-r--r--include/configs/rcar-gen4-common.h2
-rw-r--r--include/configs/rzg2l-smarc.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h
index 291c2a43d4..67c9faeca5 100644
--- a/include/configs/rcar-gen2-common.h
+++ b/include/configs/rcar-gen2-common.h
@@ -8,7 +8,7 @@
#ifndef __RCAR_GEN2_COMMON_H
#define __RCAR_GEN2_COMMON_H
-#include <asm/arch/rmobile.h>
+#include <asm/arch/renesas.h>
/* console */
#define CFG_SYS_BAUDRATE_TABLE { 38400, 115200 }
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h
index 213caa7523..5f4d5ced78 100644
--- a/include/configs/rcar-gen3-common.h
+++ b/include/configs/rcar-gen3-common.h
@@ -9,7 +9,7 @@
#ifndef __RCAR_GEN3_COMMON_H
#define __RCAR_GEN3_COMMON_H
-#include <asm/arch/rmobile.h>
+#include <asm/arch/renesas.h>
/* boot option */
diff --git a/include/configs/rcar-gen4-common.h b/include/configs/rcar-gen4-common.h
index c4f506df62..3465b4d182 100644
--- a/include/configs/rcar-gen4-common.h
+++ b/include/configs/rcar-gen4-common.h
@@ -9,7 +9,7 @@
#ifndef __RCAR_GEN4_COMMON_H
#define __RCAR_GEN4_COMMON_H
-#include <asm/arch/rmobile.h>
+#include <asm/arch/renesas.h>
/* Console */
#define CFG_SYS_BAUDRATE_TABLE { 38400, 115200, 921600, 1843200 }
diff --git a/include/configs/rzg2l-smarc.h b/include/configs/rzg2l-smarc.h
index ea57d280cb..580613068b 100644
--- a/include/configs/rzg2l-smarc.h
+++ b/include/configs/rzg2l-smarc.h
@@ -6,7 +6,7 @@
#ifndef __RENESAS_RZG2L_H
#define __RENESAS_RZG2L_H
-#include <asm/arch/rmobile.h>
+#include <asm/arch/renesas.h>
/* console */
#define CFG_SYS_BAUDRATE_TABLE { 115200, 38400 }