summaryrefslogtreecommitdiff
path: root/board/renesas/eagle
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-12-12 14:38:27 +0100
committerMarek Vasut <[email protected]>2024-12-29 16:55:31 +0100
commitcf096e7d73eaf36dbdd1e24339c1676b262dc661 (patch)
tree45cfea00f23d5062e05dd8320a0b47235ab6e39d /board/renesas/eagle
parentcaefe8a1b478f5c565530fa94811a4cfc2ae81d5 (diff)
arm64: renesas: Split R-Car Gen3 and Gen4 common board code
Split common board code for R-Car Gen3 and Gen4 into separate files. The R-Car Gen3 board code contains fixups specific to TFA which are no longer required on R-Car Gen4, keep those fixups in its own file so they would not interfere with Gen4. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'board/renesas/eagle')
-rw-r--r--board/renesas/eagle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/eagle/Makefile b/board/renesas/eagle/Makefile
index 98164b5ea29..3f5fdab1bc2 100644
--- a/board/renesas/eagle/Makefile
+++ b/board/renesas/eagle/Makefile
@@ -9,5 +9,5 @@
ifdef CONFIG_XPL_BUILD
obj-y := ../rcar-common/gen3-spl.o
else
-obj-y := ../rcar-common/v3-common.o ../rcar-common/common.o
+obj-y := ../rcar-common/v3-common.o ../rcar-common/gen3-common.o ../rcar-common/common.o
endif