The SPL on R-Car V3U Falcon is never built, remove the Makefile entry. Signed-off-by: Marek Vasut <[email protected]> --- Cc: Adam Ford <[email protected]> Cc: Biju Das <[email protected]> Cc: Lad Prabhakar <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]> Cc: Paul Barker <[email protected]> Cc: Simon Glass <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- 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

