summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2025-01-29 18:04:27 +0100
committerMarek Vasut <[email protected]>2025-01-29 22:52:35 +0100
commit5a287cf07aed6a60e25af903ea24bc0030d493b1 (patch)
tree1d21f78cf045945978eb80a9f3a78bda09fe91d4
parent68abd1c3083ead0f79aa9f5e3e9951a769af66d7 (diff)
ARM: renesas: Drop R8A779A0 V3U Falcon SPL Makefile entry
The SPL on R-Car V3U Falcon is never built, remove the Makefile entry. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Quentin Schulz <[email protected]>
-rw-r--r--board/renesas/falcon/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/renesas/falcon/Makefile b/board/renesas/falcon/Makefile
index 949953f6981..430a842081a 100644
--- a/board/renesas/falcon/Makefile
+++ b/board/renesas/falcon/Makefile
@@ -6,8 +6,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-ifdef CONFIG_XPL_BUILD
-obj-y := ../common/gen3-spl.o
-else
+ifndef CONFIG_XPL_BUILD
obj-y := ../common/gen4-common.o ../common/common.o
endif