1 /* SPDX-License-Identifier: GPL-2.0+ */
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>
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 */