From: Marek Vasut Date: Wed, 29 Jan 2025 17:04:27 +0000 (+0100) Subject: ARM: renesas: Drop R8A779A0 V3U Falcon SPL Makefile entry X-Git-Tag: v2025.04-rc2~48^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a287cf07aed6a60e25af903ea24bc0030d493b1;p=pandora-u-boot.git 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 --- 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