Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git] / include / configs / am65x_evm.h
blob64458ebb4b8a3a829ca570dc252733510b985997
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Configuration header file for K3 AM654 EVM
5 * Copyright (C) 2017-2018 Texas Instruments Incorporated - https://www.ti.com/
6 * Lokesh Vutla <lokeshvutla@ti.com>
7 */
9 #ifndef __CONFIG_AM654_EVM_H
10 #define __CONFIG_AM654_EVM_H
12 #include <linux/sizes.h>
13 #include <env/ti/mmc.h>
14 #include <env/ti/k3_rproc.h>
15 #include <env/ti/k3_dfu.h>
17 /* Now for the remaining common defines */
18 #include <configs/ti_armv7_common.h>
20 #endif /* __CONFIG_AM654_EVM_H */