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/board.h | |
parent | 0bedbb81351193f1507ad127b6b26e19a93c2c42 (diff) | |
download | u-boot-e595107ebbdeb3e50351e703cce08eb07f70c614.tar.gz |
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/board.h')
-rw-r--r-- | board/ti/ks2_evm/board.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/ti/ks2_evm/board.h b/board/ti/ks2_evm/board.h new file mode 100644 index 0000000000..d91ef73612 --- /dev/null +++ b/board/ti/ks2_evm/board.h @@ -0,0 +1,19 @@ +/* + * K2HK EVM : Board common header + * + * (C) Copyright 2014 + * Texas Instruments Incorporated, <www.ti.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _KS2_BOARD +#define _KS2_BOARD + +#include <asm/arch/emac_defs.h> + +extern struct eth_priv_t eth_priv_cfg[]; + +int get_num_eth_ports(void); + +#endif |