colibri-imx6ull: specify MTD partitions on command line
[platform/kernel/u-boot.git] / include / configs / am65x_evm.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration header file for K3 AM654 EVM
4  *
5  * Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/
6  *      Lokesh Vutla <lokeshvutla@ti.com>
7  */
8
9 #ifndef __CONFIG_AM654_EVM_H
10 #define __CONFIG_AM654_EVM_H
11
12 #include <linux/sizes.h>
13 #include <environment/ti/mmc.h>
14 #include <environment/ti/k3_rproc.h>
15 #include <environment/ti/k3_dfu.h>
16
17 /* DDR Configuration */
18 #define CFG_SYS_SDRAM_BASE1             0x880000000
19
20 #ifdef CONFIG_TARGET_AM654_A53_EVM
21 #define BOOT_TARGET_DEVICES(func) \
22         func(MMC, mmc, 1) \
23         func(MMC, mmc, 0)
24
25 #include <config_distro_bootcmd.h>
26 #else
27 #define BOOTENV
28 #endif
29
30 /* Incorporate settings into the U-Boot environment */
31 #define CFG_EXTRA_ENV_SETTINGS                                  \
32         BOOTENV
33
34 /* Now for the remaining common defines */
35 #include <configs/ti_armv7_common.h>
36
37 #endif /* __CONFIG_AM654_EVM_H */