diff options
author | Hao Zhang <hzhang@ti.com> | 2014-07-09 23:44:46 +0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-25 16:26:10 -0400 |
commit | e595107ebbdeb3e50351e703cce08eb07f70c614 (patch) | |
tree | da6817a6937531220cea7c6933d1b18d30be74e4 /board/ti/ks2_evm/Makefile | |
parent | 0bedbb81351193f1507ad127b6b26e19a93c2c42 (diff) | |
download | talos-obmc-uboot-e595107ebbdeb3e50351e703cce08eb07f70c614.tar.gz talos-obmc-uboot-e595107ebbdeb3e50351e703cce08eb07f70c614.zip |
ARM: keystone2: move K2HK board files to common KS2 board directory
This patch moves K2HK board directory to a common Keystone II board
directory. The Board related common functions are moved to a common
keystone board file.
Acked-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'board/ti/ks2_evm/Makefile')
-rw-r--r-- | board/ti/ks2_evm/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/ti/ks2_evm/Makefile b/board/ti/ks2_evm/Makefile new file mode 100644 index 0000000000..58d77dcae5 --- /dev/null +++ b/board/ti/ks2_evm/Makefile @@ -0,0 +1,10 @@ +# +# KS2-EVM: board Makefile +# (C) Copyright 2012-2014 +# Texas Instruments Incorporated, <www.ti.com> +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += board.o +obj-$(CONFIG_K2HK_EVM) += board_k2hk.o +obj-$(CONFIG_K2HK_EVM) += ddr3_k2hk.o |