summaryrefslogtreecommitdiff
path: root/board/engicam/stm32mp1/Makefile
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2021-03-16 19:22:03 +0300
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-04-09 12:53:00 +0300
commit30edf40fa8362f80a0916ef43e6a0e75a6031e10 (patch)
treee326d6ad429ba32d26f097491787a0f450d69a0d /board/engicam/stm32mp1/Makefile
parent14dcdc6065f942bf235a20e4dde9fbab1ff7efa5 (diff)
downloadu-boot-30edf40fa8362f80a0916ef43e6a0e75a6031e10.tar.xz
board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit
Engicam EDIMM2.2 Starter Kit is an EDIMM 2.2 Form Factor Capacitive Evaluation Board. Genaral features: - LCD 7" C.Touch - microSD slot - Ethernet 1Gb - Wifi/BT - 2x LVDS Full HD interfaces - 3x USB 2.0 - 1x USB 3.0 - HDMI Out - Mini PCIe - MIPI CSI - 2x CAN - Audio Out i.Core STM32MP1 is an EDIMM SoM based on STM32MP157A from Engicam. i.Core STM32MP1 needs to mount on top of this Evaluation board for creating complete i.Core STM32MP1 EDIMM2.2 Starter Kit. Linux dts commit details: commit <adc0496104b6> ("ARM: dts: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit") Add support for it. Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/engicam/stm32mp1/Makefile')
-rw-r--r--board/engicam/stm32mp1/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/engicam/stm32mp1/Makefile b/board/engicam/stm32mp1/Makefile
new file mode 100644
index 0000000000..65560df290
--- /dev/null
+++ b/board/engicam/stm32mp1/Makefile
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
+#
+# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
+#
+
+ifdef CONFIG_SPL_BUILD
+obj-y += spl.o
+else
+obj-y += stm32mp1.o
+endif