From 5a287cf07aed6a60e25af903ea24bc0030d493b1 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 29 Jan 2025 18:04:27 +0100 Subject: [PATCH] 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 Reviewed-by: Quentin Schulz --- 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.39.5