]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: renesas: Rename common/common.c to common/rcar64-common.c
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 29 Jan 2025 17:04:29 +0000 (18:04 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 29 Jan 2025 21:52:35 +0000 (22:52 +0100)
The common.c content is specific to 64-bit R-Car SoCs, rename
the file to rcar64-common.c and remove R-Car 64-bit ifdeffery
in the file. No functional change.

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
board/beacon/beacon-rzg2m/Makefile
board/hoperun/hihope-rzg2/Makefile
board/renesas/common/Makefile
board/renesas/common/rcar64-common.c [moved from board/renesas/common/common.c with 100% similarity]
board/silinux/ek874/Makefile

index 6a6ae94def871310189842a4265ad00fd90e1e6a..10b7a7fbfa92df951566f7ea6269e7f7257b2159 100644 (file)
@@ -6,4 +6,4 @@
 # SPDX-License-Identifier: GPL-2.0+
 #
 
-obj-y  := beacon-rzg2m.o ../../renesas/common/gen3-common.o ../../renesas/common/common.o
+obj-y  := beacon-rzg2m.o ../../renesas/common/gen3-common.o ../../renesas/common/rcar64-common.o
index a42c55b9d004ac2568dd8b2b6dc0926b1aaf29c7..299769c9cb6bbee3ceb31f03e47086c4e60bd33e 100644 (file)
@@ -6,4 +6,4 @@
 # SPDX-License-Identifier: GPL-2.0+
 #
 
-obj-y  := hihope-rzg2.o ../../renesas/common/gen3-common.o ../../renesas/common/common.o
+obj-y  := hihope-rzg2.o ../../renesas/common/gen3-common.o ../../renesas/common/rcar64-common.o
index c531738b22e481f486cef13b425326eea29e3b9a..8c26c0afd90c6f755d715043ccab001fc5980abd 100644 (file)
@@ -18,7 +18,7 @@ endif
 # 64 bit SoCs
 ifdef CONFIG_RCAR_64
 ifndef CONFIG_XPL_BUILD
-obj-y  += common.o
+obj-y  += rcar64-common.o
 endif
 
 ifdef CONFIG_RCAR_GEN3
index c1cab6fa788f467f95f57b869858bd12537a87ba..0beda63d115c4ebe08bd904f57e11f37f6b88416 100644 (file)
@@ -9,5 +9,5 @@
 ifdef CONFIG_XPL_BUILD
 obj-y  := ../../renesas/common/gen3-spl.o
 else
-obj-y  := ek874.o ../../renesas/common/gen3-common.o ../../renesas/common/common.o
+obj-y  := ek874.o ../../renesas/common/gen3-common.o ../../renesas/common/rcar64-common.o
 endif