summaryrefslogtreecommitdiffstats
path: root/board/ti/k2hk_evm/Makefile
diff options
context:
space:
mode:
authorVitaly Andrianov <vitalya@ti.com>2014-04-04 13:16:53 -0400
committerTom Rini <trini@ti.com>2014-04-17 17:24:38 -0400
commitef509b9063fb702ce69d1a64ff293698a04075d6 (patch)
tree9dda3e3308f039f58922e70b798a6aca42cbc0b1 /board/ti/k2hk_evm/Makefile
parente8459dcc33c3f3fc5a98b7b69bb3ddd7ad77f632 (diff)
downloadblackbird-obmc-uboot-ef509b9063fb702ce69d1a64ff293698a04075d6.tar.gz
blackbird-obmc-uboot-ef509b9063fb702ce69d1a64ff293698a04075d6.zip
k2hk: add support for k2hk SOC and EVM
k2hk EVM is based on Texas Instruments Keystone2 Hawking/Kepler SoC. Keystone2 SoC has ARM v7 Cortex-A15 MPCore processor. Please refer the ti/k2hk_evm/README for details on the board, build and other information. This patch add support for keystone architecture and k2hk evm. Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: WingMan Kwok <w-kwok2@ti.com> Signed-off-by: Sandeep Nair <sandeep_n@ti.com>
Diffstat (limited to 'board/ti/k2hk_evm/Makefile')
-rw-r--r--board/ti/k2hk_evm/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/ti/k2hk_evm/Makefile b/board/ti/k2hk_evm/Makefile
new file mode 100644
index 0000000000..3645f2feb0
--- /dev/null
+++ b/board/ti/k2hk_evm/Makefile
@@ -0,0 +1,9 @@
+#
+# K2HK-EVM: board Makefile
+# (C) Copyright 2012-2014
+# Texas Instruments Incorporated, <www.ti.com>
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += board.o
+obj-y += ddr3.o
OpenPOWER on IntegriCloud