Merge tag 'tegra-for-2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / include / configs / k2e_evm.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration header file for TI's k2e-evm
4  *
5  * (C) Copyright 2012-2014
6  *     Texas Instruments Incorporated, <www.ti.com>
7  */
8
9 #ifndef __CONFIG_K2E_EVM_H
10 #define __CONFIG_K2E_EVM_H
11
12 #include <configs/ti_armv7_keystone2.h>
13
14 /* Network */
15 #define CFG_KSNET_CPSW_NUM_PORTS        9
16
17 #endif /* __CONFIG_K2E_EVM_H */