1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Configuration header file for K3 AM62Ax SoC family 4 * 5 * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/ 6 */ 7 8 #ifndef __CONFIG_AM62AX_EVM_H 9 #define __CONFIG_AM62AX_EVM_H 10 11 #include <linux/sizes.h> 12 #include <env/ti/mmc.h> 13 #include <env/ti/k3_dfu.h> 14 15 /* Now for the remaining common defines */ 16 #include <configs/ti_armv7_common.h> 17 18 #endif /* __CONFIG_AM62A7_EVM_H */ 19