]> git.sur5r.net Git - u-boot/blob - board/ti/ks2_evm/board.h
arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo
[u-boot] / board / ti / ks2_evm / board.h
1 /*
2  * K2HK EVM : Board common header
3  *
4  * (C) Copyright 2014
5  *     Texas Instruments Incorporated, <www.ti.com>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef _KS2_BOARD
11 #define _KS2_BOARD
12
13 #include <asm/arch/emac_defs.h>
14
15 extern struct eth_priv_t eth_priv_cfg[];
16
17 int get_num_eth_ports(void);
18
19 #endif