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 - https://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 <env/ti/mmc.h> 14 #include <env/ti/k3_rproc.h> 15 #include <env/ti/k3_dfu.h> 16 17 /* Now for the remaining common defines */ 18 #include <configs/ti_armv7_common.h> 19 20 #endif /* __CONFIG_AM654_EVM_H */ 21