summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorLad Prabhakar <[email protected]>2021-03-15 22:24:06 +0000
committerMarek Vasut <[email protected]>2021-03-16 20:09:30 +0100
commit9e346340d76cc5bbc6a23fc746f7ee7629af2b34 (patch)
tree995aafc6db557fe0511eab0582bc39204dc850b6 /board
parent07148c18994517610a21cfe9dd370296df349712 (diff)
board: silinux: Enable recovery SPL for EK874 board
Enable building SPL for EK874 board which is based on R8A774C0 SoC. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Biju Das <[email protected]>
Diffstat (limited to 'board')
-rw-r--r--board/silinux/ek874/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/silinux/ek874/Makefile b/board/silinux/ek874/Makefile
index 32a3a009900..4c8f0925f1e 100644
--- a/board/silinux/ek874/Makefile
+++ b/board/silinux/ek874/Makefile
@@ -6,4 +6,8 @@
# SPDX-License-Identifier: GPL-2.0+
#
+ifdef CONFIG_SPL_BUILD
+obj-y := ../../renesas/rcar-common/gen3-spl.o
+else
obj-y := ek874.o ../../renesas/rcar-common/common.o
+endif