ARM: renesas: Drop R8A779A0 V3U Falcon SPL Makefile entry
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 29 Jan 2025 17:04:27 +0000 (18:04 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 29 Jan 2025 21:52:35 +0000 (22:52 +0100)
The SPL on R-Car V3U Falcon is never built, remove the Makefile entry.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
board/renesas/falcon/Makefile

index 949953f..430a842 100644 (file)
@@ -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