summaryrefslogtreecommitdiff
path: root/board/compulab/cl-som-am57x/Makefile
diff options
context:
space:
mode:
authorDmitry Lifshitz <lifshitz@compulab.co.il>2016-12-28 18:28:33 +0200
committerTom Rini <trini@konsulko.com>2017-01-02 11:14:06 -0500
commit46650d583b8067c8aecf2ddea585e8a97f937d0c (patch)
tree50b31d30927a7692eb92ee7924e22da80c7ab53f /board/compulab/cl-som-am57x/Makefile
parent6d799d04a843b85b0842b7c266a16b3c515b8c35 (diff)
arm: am57xx: cl-som-am57x: add initial board support
Features supported : * Serial console * SPI Flash * MMC/SD Card * eMMC storage * SATA * PCA9555 - GPIO expander over I2C5 bus * USB Use spl alternate boot device feature to define fallback to the main boot device as it is defined by hardware. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> [uri.mashiach@compulab.co.il: Adjust to v2016.11] Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'board/compulab/cl-som-am57x/Makefile')
-rw-r--r--board/compulab/cl-som-am57x/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/compulab/cl-som-am57x/Makefile b/board/compulab/cl-som-am57x/Makefile
new file mode 100644
index 0000000000..0c59781a8b
--- /dev/null
+++ b/board/compulab/cl-som-am57x/Makefile
@@ -0,0 +1,15 @@
+#
+# Makefile
+#
+# (C) Copyright 2016 CompuLab, Ltd. <www.compulab.co.il>
+#
+# Author: Dmitry Lifshitz <lifshitz@compulab.co.il>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ifdef CONFIG_SPL_BUILD
+obj-y += spl.o mux.o
+else
+obj-y += cl-som-am57x.o mux.o
+endif