configs: keystone2: Unwind KERNEL_MTD_PARTS definition
[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 /* U-Boot general configuration */
13 #define ENV_KS2_BOARD_SETTINGS                                          \
14         DEFAULT_FW_INITRAMFS_BOOT_ENV                                   \
15         DEFAULT_FIT_TI_ARGS                                             \
16         "findfdt=setenv fdtfile ${name_fdt}\0"                          \
17         "boot=ubi\0"                                                    \
18         "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs "        \
19         "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0"       \
20         "name_fdt=keystone-k2e-evm.dtb\0"                               \
21         "name_mon=skern-k2e.bin\0"                                      \
22         "name_ubi=k2e-evm-ubifs.ubi\0"                                  \
23         "name_uboot=u-boot-spi-k2e-evm.gph\0"                           \
24         "name_fs=arago-console-image-k2e-evm.cpio.gz\0"
25
26 #include <configs/ti_armv7_keystone2.h>
27
28 /* Network */
29 #define CFG_KSNET_CPSW_NUM_PORTS        9
30
31 #endif /* __CONFIG_K2E_EVM_H */