[PATCH v3 2/9] ARM: renesas: Drop R8A779A0 V3U Falcon SPL Makefile entry
Marek Vasut
marek.vasut+renesas at mailbox.org
Wed Jan 29 18:04:27 CET 2025
The SPL on R-Car V3U Falcon is never built, remove the Makefile entry.
Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
Cc: Adam Ford <aford173 at gmail.com>
Cc: Biju Das <biju.das.jz at bp.renesas.com>
Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Cc: Paul Barker <paul.barker.ct at bp.renesas.com>
Cc: Simon Glass <sjg at chromium.org>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
V3: - New patch
---
board/renesas/falcon/Makefile | 4 +---
1 file changed, 1 insertion(+), 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
--
2.45.2
More information about the U-Boot
mailing list