summaryrefslogtreecommitdiff
path: root/board/engicam/common/Makefile
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-05-07 00:13:13 +0300
committerStefano Babic <sbabic@denx.de>2017-05-18 12:23:31 +0300
commita81b0fd667e97742ca5a1e3a62213f142645897f (patch)
tree1fa130d45e13aec385f7f603623f63e12db43793 /board/engicam/common/Makefile
parentd8de3c73266d70626a044360dcd592be3cbac5b7 (diff)
downloadu-boot-a81b0fd667e97742ca5a1e3a62213f142645897f.tar.xz
geam6/isiot: Move the spl code common
SPL code for geam6 and isiot are same, so move them in common area. Cc: Stefano Babic <sbabic@denx.de> Cc: Matteo Lisi <matteo.lisi@engicam.com> Cc: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/engicam/common/Makefile')
-rw-r--r--board/engicam/common/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/engicam/common/Makefile b/board/engicam/common/Makefile
index 11e7fee47d..6fd039cbfc 100644
--- a/board/engicam/common/Makefile
+++ b/board/engicam/common/Makefile
@@ -3,6 +3,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-ifdef CONFIG_MX6QDL
obj-$(CONFIG_SPL_BUILD) += spl.o
-endif